{
    "Function": "_memcopyView",
    "File": "contracts/src/vendor/forge-std/src/safeconsole.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [
        "staticcall(uint256,uint256,uint256,uint256,uint256,uint256)",
        "pop(uint256)",
        "gas()"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function _memcopyView(uint256 fromOffset, uint256 toOffset, uint256 length) private view {\n        /// @solidity memory-safe-assembly\n        assembly {\n            pop(staticcall(gas(), 0x4, fromOffset, length, toOffset, length))\n        }\n    }"
}