{
    "Function": "isNull",
    "File": "contracts/contracts/nomad-core/libs/TypedMemView.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function isNull(bytes29 memView) internal pure returns (bool) {\n    return memView == NULL;\n  }"
}