Function: updateAggregators(address[] memory assets, address[] memory aggregators)
The function updates the aggregatorsOfAssets mapping.
Inputs
assetsControl: Arbitrary.
Constraints: No constraints.
Impact: The mapping key to be updated.
aggregatorsControl: Arbitrary.
Constraints: No constraints.
Impact: The mapping value to be updated.
Branches and code coverage
Intended branches
The function updates the
aggregatorsOfAssetsmapping for the provided input.
Negative behavior
Revert if caller is not admin.
Function call analysis
No external function calls found.