{
    "Function": "setBoolean",
    "File": "contracts/openzeppelin-solidity/contracts/mocks/StorageSlotMock.sol",
    "Parent Contracts": [],
    "High-Level Calls": [
        "StorageSlot"
    ],
    "Internal Calls": [],
    "Library Calls": [
        "getBooleanSlot"
    ],
    "Low-Level Calls": [],
    "Code": "function setBoolean(bytes32 slot, bool value) public {\n        slot.getBooleanSlot().value = value;\n    }"
}