{
    "Function": "toInt",
    "File": "contracts/math/ABDKMath64x64.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function toInt(int128 x) internal pure returns (int64) {\n        return int64(x >> 64);\n    }"
}