{
    "Function": "remove",
    "File": "contracts/src/vendor/openzeppelin-solidity/v4.8.3/contracts/utils/structs/EnumerableMap.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [
        "remove"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function remove(Bytes32ToUintMap storage map, bytes32 key) internal returns (bool) {\n        return remove(map._inner, key);\n    }"
}