{
    "Function": "underlineBytes",
    "File": "contracts/src/vendor/forge-std/src/StdStyle.sol",
    "Parent Contracts": [],
    "High-Level Calls": [
        "VmSafe"
    ],
    "Internal Calls": [
        "underline"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function underlineBytes(bytes memory self) internal pure returns (string memory) {\n        return underline(vm.toString(self));\n    }"
}