{
    "Function": "updateGauge",
    "File": "contracts/contracts/Voter.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [
        "_updateFor"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function updateGauge(address _gauge) external {\n        _updateFor(_gauge);\n    }"
}