{
    "Function": "updateAll",
    "File": "contracts/contracts/Voter.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [
        "updateForRange"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function updateAll() external {\n        updateForRange(0, pools.length);\n    }"
}