{
    "Function": "_checkMemory",
    "File": "contracts/lib/solady/test/utils/TestPlus.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [
        "_checkMemory"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function _checkMemory(string memory s) internal pure {\n        _checkMemory(bytes(s));\n    }"
}