{
    "Function": "setBytesStorage",
    "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 setBytesStorage(uint256 key, bytes calldata value) public {\n        bytesMap[key].getBytesSlot().value = value;\n    }"
}