Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/phuryn/claude-usage
/ delay
Function
delay
vscode-extension/src/server-manager.ts:149–151 ·
view source on GitHub ↗
(ms: number)
Source
from the content-addressed store, hash-verified
147
}
148
149
function
delay(ms: number): Promise<void> {
150
return
new
Promise((resolve) => setTimeout(resolve, ms));
151
}
152
153
/**
154
* Built-in readiness probe — true only on a 200 OK whose body parses as
Callers
1
start
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected