{
    "Function": "console2_log_StdCheats",
    "File": "contracts/src/vendor/forge-std/src/StdCheats.sol",
    "Parent Contracts": [
        "contracts/src/vendor/forge-std/src/StdCheats.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [
        "abi.encodeWithSignature()"
    ],
    "Library Calls": [],
    "Low-Level Calls": [
        "staticcall"
    ],
    "Code": "function console2_log_StdCheats(string memory p0) private view {\n        (bool status,) = address(CONSOLE2_ADDRESS).staticcall(abi.encodeWithSignature(\"log(string)\", p0));\n        status;\n    }"
}