Function: withdrawVaults(uint256[] _vaultIds)
This function withdraws from vaults and then performs upkeep if needed.
Inputs
_vaultIdsControl: Fully controlled by the caller.
Constraints: N/A.
Impact: Array of vaults to withdraw from.
Branches and code coverage
Intended branches
Call
unstakeClaimfor each vault.Call
performUpkeepto perform upkeep if upkeep is needed.