{
    "Function": "_withdrawSome",
    "File": "contracts/VoterProxy.sol",
    "Parent Contracts": [],
    "High-Level Calls": [
        "IGauge"
    ],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function _withdrawSome(address _gauge, uint256 _amount) internal returns (uint256) {\n        IGauge(_gauge).withdraw(_amount);\n        return _amount;\n    }"
}