MCPcopy Create free account
hub / github.com/Zoo-Code-Org/Zoo-Code / sleep

Function sleep

apps/vscode-e2e/src/suite/utils.ts:77–77  ·  view source on GitHub ↗
(ms: number)

Source from the content-addressed store, hash-verified

75}
76
77export const sleep = (ms: number) => new Promise((resolve) => setTimeout(resolve, ms))

Callers 11

mcp-oauth.test.tsFile · 0.90
apply-diff.test.tsFile · 0.90
read-file.test.tsFile · 0.90
list-files.test.tsFile · 0.90
runXAIToolProbeFunction · 0.90
runDeepSeekToolProbeFunction · 0.90

Calls

no outgoing calls

Tested by 2

runXAIToolProbeFunction · 0.72
runDeepSeekToolProbeFunction · 0.72