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