MCPcopy Index your code
hub / github.com/CodebuffAI/codebuff / sleep

Function sleep

freebuff/cli/smoke-test.test.ts:69–69  ·  view source on GitHub ↗
(ms: number)

Source from the content-addressed store, hash-verified

67}
68
69const sleep = (ms: number) => new Promise((r) => setTimeout(r, ms))
70
71function runBinary(args: string[]): string {
72 return execFileSync(BINARY_PATH, args, {

Callers 1

smoke-test.test.tsFile · 0.70

Calls 1

setTimeoutFunction · 0.85

Tested by

no test coverage detected