MCPcopy 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
204function sleep(ms: number): Promise<void> {
205 return new Promise((resolve) => {
206 setTimeout(resolve, ms);
207 });
208}

Callers 1

uploadOnePartWithRetryFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected