You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mmaprototype: wrap lease rebalancing logic in inline function
Wrap the lease rebalancing logic in an inline function that takes all
necessary parameters and returns whether to skip replica moves. This
prepares the code for extraction to a separate method.
The function converts early returns to return statements with the skip
flag, making the control flow explicit and ready for method extraction.
0 commit comments