MCPcopy Create free account
hub / github.com/dwgx/WindsurfAPI / isAccountBusyForProbe

Function isAccountBusyForProbe

src/auth.js:53–55  ·  view source on GitHub ↗
(account)

Source from the content-addressed store, hash-verified

51}
52
53function isAccountBusyForProbe(account) {
54 return accountInflight(account) > 0 || accountMaintenance(account) > 0 || accountLsMaintenance(account) > 0;
55}
56
57function maintenanceBusyReason(account) {
58 if (accountInflight(account) > 0) return 'account_inflight';

Callers 2

residentProbeSkipFunction · 0.85
initAuthFunction · 0.85

Calls 3

accountInflightFunction · 0.85
accountMaintenanceFunction · 0.85
accountLsMaintenanceFunction · 0.85

Tested by

no test coverage detected