Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
69
const
sleep = (ms: number) =>
new
Promise((r) => setTimeout(r, ms))
70
71
function
runBinary(args: string[]): string {
72
return
execFileSync(BINARY_PATH, args, {
Callers
1
smoke-test.test.ts
File · 0.70
Calls
1
setTimeout
Function · 0.85
Tested by
no test coverage detected