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