{
    "Function": "mockFunctionWritesStorage",
    "File": "contracts/openzeppelin-solidity/contracts/mocks/CallReceiverMock.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function mockFunctionWritesStorage() public returns (string memory) {\n        sharedAnswer = \"42\";\n        return \"0x1234\";\n    }"
}