{
    "Function": "supportsInterface",
    "File": "contracts/openzeppelin-solidity/contracts/mocks/ERC165CheckerMock.sol",
    "Parent Contracts": [],
    "High-Level Calls": [
        "ERC165Checker"
    ],
    "Internal Calls": [],
    "Library Calls": [
        "supportsInterface"
    ],
    "Low-Level Calls": [],
    "Code": "function supportsInterface(address account, bytes4 interfaceId) public view returns (bool) {\n        return account.supportsInterface(interfaceId);\n    }"
}