Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ sleep
Function
sleep
packages/server-e2e/src/wait.ts:54–56 ·
view source on GitHub ↗
(ms: number)
Source
from the content-addressed store, hash-verified
52
}
53
54
function
sleep(ms: number): Promise<void> {
55
return
new
Promise((resolve) => setTimeout(resolve, ms));
56
}
Callers
5
waitForSessionStatus
Function · 0.70
connection-manager.test.ts
File · 0.50
slow-stdio-server.mjs
File · 0.50
mock-stdio-server.mjs
File · 0.50
sleepForRetry
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected