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