Function: _setXCallGasLimits(uint64 base, uint64 perOperator)
Allows setting the xcall gas limits for the AVS.
Inputs
baseValidation: None.
Impact: The base
xcallgas limit.
perOperatorValidation: None.
Impact: The per-operator additional
xcallgas limit.
Branches and code coverage (including function calls)
Intended branches
Set the base
xcallgas limit.Set the per-operator additional
xcallgas limit.Assumed these are forwarded/used in the
xcall.
Negative behavior
Should not be callable by anyone (ensured through the
onlyOwnermodifier in the function definition).