Function: performUpkeep(bytes calldata _performData)
This function splits rewards between fee receivers.
Inputs
_performDataControl: Fully controlled by the caller.
Constraints: N/A.
Impact: ABI-encoded list of splitters to call.
Branches and code coverage
Intended branches
Iterate through the list of splitters to call and call
performUpkeepon them.Check if any splitter was called.
Negative behavior
Revert transactions if any splitter was not called.