{
    "Function": "toUint232",
    "File": "contracts/lib/openzeppelin-contracts/contracts/mocks/SafeCastMock.sol",
    "Parent Contracts": [],
    "High-Level Calls": [
        "SafeCast"
    ],
    "Internal Calls": [],
    "Library Calls": [
        "toUint232"
    ],
    "Low-Level Calls": [],
    "Code": "function toUint232(uint256 a) public pure returns (uint232) {\n        return a.toUint232();\n    }"
}