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

Function shouldSkipBusyBackgroundMaintenance

src/auth.js:64–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62}
63
64function shouldSkipBusyBackgroundMaintenance() {
65 return process.env.WINDSURFAPI_BACKGROUND_MAINTENANCE_SKIP_BUSY !== '0';
66}
67
68function isAccountInMaintenance(account) {
69 return accountMaintenance(account) > 0 || accountLsMaintenance(account) > 0;

Callers 1

initAuthFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected