MCPcopy 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
54function sleep(ms: number): Promise<void> {
55 return new Promise((resolve) => setTimeout(resolve, ms));
56}

Callers 5

waitForSessionStatusFunction · 0.70
sleepForRetryFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected