{
    "Function": "_setString",
    "File": "contracts/EternalStorage.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function _setString(bytes32 key, string memory value) internal {\n        _stringStorage[key] = value;\n    }"
}