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