{
    "Function": "supportsInterface",
    "File": "contracts/openzeppelin-solidity/contracts/utils/introspection/ERC165Checker.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [
        "supportsERC165",
        "_supportsERC165Interface"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function supportsInterface(address account, bytes4 interfaceId) internal view returns (bool) {\n        // query support of both ERC165 as per the spec and support of _interfaceId\n        return supportsERC165(account) && _supportsERC165Interface(account, interfaceId);\n    }"
}