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