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