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