{
    "Function": "add",
    "File": "contracts/staking/libs/LibFixedMath.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [
        "_add"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function add(int256 a, int256 b) internal pure returns (int256 c) {\n        c = _add(a, b);\n    }"
}