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