{
    "Function": "getAddress",
    "File": "contracts/lib/openzeppelin-contracts/contracts/mocks/StorageSlotMock.sol",
    "Parent Contracts": [],
    "High-Level Calls": [
        "StorageSlot"
    ],
    "Internal Calls": [],
    "Library Calls": [
        "getAddressSlot"
    ],
    "Low-Level Calls": [],
    "Code": "function getAddress(bytes32 slot) public view returns (address) {\n        return slot.getAddressSlot().value;\n    }"
}