{
    "Function": "logBytes4",
    "File": "contracts/src/vendor/forge-std/src/console.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [
        "_sendLogPayload",
        "abi.encodeWithSignature()"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function logBytes4(bytes4 p0) internal pure {\n        _sendLogPayload(abi.encodeWithSignature(\"log(bytes4)\", p0));\n    }"
}