Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ sleep
Function
sleep
apps/kimi-code/src/feedback/upload.ts:204–208 ·
view source on GitHub ↗
(ms: number)
Source
from the content-addressed store, hash-verified
202
}
203
204
function
sleep(ms: number): Promise<void> {
205
return
new
Promise((resolve) => {
206
setTimeout(resolve, ms);
207
});
208
}
Callers
1
uploadOnePartWithRetry
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected