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