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
fix: combine redundant conditional branches in drainStreamInBackgroundToFindAllUsage
- Merged if (usageFound) and else if blocks that both called captureUsageData with identical parameters into a single condition
- Eliminates code duplication and improves maintainability
0 commit comments