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