{
    "Function": "get",
    "File": "contracts/lib/openzeppelin-contracts/contracts/utils/structs/EnumerableMap.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [
        "get"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function get(\n        AddressToUintMap storage map,\n        address key,\n        string memory errorMessage\n    ) internal view returns (uint256) {\n        return uint256(get(map._inner, bytes32(uint256(uint160(key))), errorMessage));\n    }"
}