{
    "Function": "div",
    "File": "contracts/lib/openzeppelin-contracts/contracts/utils/math/SignedSafeMath.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function div(int256 a, int256 b) internal pure returns (int256) {\n        return a / b;\n    }"
}