Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/CodebuffAI/codebuff
/ sleep
Function
sleep
cli/src/__tests__/test-utils.ts:52–53 ·
view source on GitHub ↗
(ms: number)
Source
from the content-addressed store, hash-verified
50
* Sleep utility
for
async
delays
51
*/
52
export
const
sleep = (ms: number) =>
53
new
Promise((resolve) => setTimeout(resolve, ms))
54
55
let
cachedEnv: Record<string, string> | null = null
56
Callers
3
testCLIWithTmux
Function · 0.90
rerender-perf.integration.test.ts
File · 0.90
integration-tmux.test.ts
File · 0.90
Calls
1
setTimeout
Function · 0.85
Tested by
no test coverage detected