{
    "Function": "AuraMath_to224",
    "File": "contracts/mocks/MockAuraMath.sol",
    "Parent Contracts": [],
    "High-Level Calls": [
        "AuraMath"
    ],
    "Internal Calls": [],
    "Library Calls": [
        "to224"
    ],
    "Low-Level Calls": [],
    "Code": "function AuraMath_to224(uint256 a) external pure returns (uint224) {\n        return AuraMath.to224(a);\n    }"
}