{
    "Function": "getBytesStorage",
    "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 getBytesStorage(uint256 key) public view returns (bytes memory) {\n        return bytesMap[key].getBytesSlot().value;\n    }"
}