{
    "Function": "supportsInterface",
    "File": "contracts/mixins/OZ/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  }"
}