{
    "Function": "_registerInterfaceForAddress",
    "File": "contracts/openzeppelin-solidity/contracts/utils/introspection/ERC1820Implementer.sol",
    "Parent Contracts": [
        "contracts/openzeppelin-solidity/contracts/utils/introspection/IERC1820Implementer.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function _registerInterfaceForAddress(bytes32 interfaceHash, address account) internal virtual {\n        _supportedInterfaces[interfaceHash][account] = true;\n    }"
}