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