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