{
    "Function": "updateForRange",
    "File": "contracts/contracts/Voter.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [
        "_updateFor"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function updateForRange(uint start, uint end) public {\n        for (uint i = start; i < end; i++) {\n            _updateFor(gauges[pools[i]]);\n        }\n    }"
}