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