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