Function: registerOperator(address registeringOperator, address _avs, uint32[] calldata operatorSetIds, bytes calldata)
This function registers the operator for the AVS once. It is callable only by ALLOCATION_MANAGER.
Inputs
registeringOperatorValidation: Must equal
OPERATOR.Impact: Verifies the expected operator.
_avsValidation: Must equal
AVS.Impact: Verifies the expected AVS.
operatorSetIdsValidation: Length
1andoperatorSetIds[0] == OPERATOR_SET_ID.Impact: Verifies the expected operator set.
Branches and code coverage
Intended branches