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