Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
40
function
accountMaintenance(account) {
41
return
Math.max(0, account?._maintenance || 0);
42
}
43
44
function
accountLsMaintenance(account) {
45
if
(!account?.id)
return
0;
Callers
6
isAccountBusyForProbe
Function · 0.85
maintenanceBusyReason
Function · 0.85
isAccountInMaintenance
Function · 0.85
beginAccountMaintenance
Function · 0.85
endAccountMaintenance
Function · 0.85
getApiKey
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected