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