{
    "Function": "setStringStorage",
    "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 setStringStorage(uint256 key, string calldata value) public {\n        stringMap[key].getStringSlot().value = value;\n    }"
}