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