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