{
    "Function": "tryAdd",
    "File": "contracts/openzeppelin-solidity/contracts/mocks/SafeMathMock.sol",
    "Parent Contracts": [],
    "High-Level Calls": [
        "SafeMath"
    ],
    "Internal Calls": [],
    "Library Calls": [
        "tryAdd"
    ],
    "Low-Level Calls": [],
    "Code": "function tryAdd(uint256 a, uint256 b) public pure returns (bool flag, uint256 value) {\n        return SafeMath.tryAdd(a, b);\n    }"
}