Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/bombshell-dev/clack
/ sleep
Function
sleep
examples/basic/spinner-timer.ts:22–24 ·
view source on GitHub ↗
(ms: number)
Source
from the content-addressed store, hash-verified
20
}
21
22
function
sleep(ms: number) {
23
return
new
Promise((resolve) => setTimeout(resolve, ms));
24
}
25
26
main();
Callers
2
main
Function · 0.70
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected