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

Function accountMaintenance

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

Source from the content-addressed store, hash-verified

38}
39
40function accountMaintenance(account) {
41 return Math.max(0, account?._maintenance || 0);
42}
43
44function accountLsMaintenance(account) {
45 if (!account?.id) return 0;

Callers 6

isAccountBusyForProbeFunction · 0.85
maintenanceBusyReasonFunction · 0.85
isAccountInMaintenanceFunction · 0.85
beginAccountMaintenanceFunction · 0.85
endAccountMaintenanceFunction · 0.85
getApiKeyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected