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