{
    "Function": "toInt128",
    "File": "contracts/types/LeftRight.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [
        "revert CastingError()"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function toInt128(int256 self) internal pure returns (int128 selfAsInt128) {\n        if (!((selfAsInt128 = int128(self)) == self)) revert Errors.CastingError();\n    }"
}