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