{
    "Function": "readRawBytes",
    "File": "packages/protocol/contracts/thirdparty/optimism/rlp/RLPReader.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [
        "_copy"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function readRawBytes(RLPItem memory _in) internal pure returns (bytes memory out_) {\n        out_ = _copy(_in.ptr, 0, _in.length);\n    }"
}