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