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