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