{
    "Function": "setString",
    "File": "contracts/models/EternalModel.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function setString(bytes32 _key, string memory _value) internal {\n    s.stringStorage[_key] = _value;\n  }"
}