Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/bombshell-dev/clack
/ sleep
Function
sleep
examples/basic/spinner-cancel.ts:40–42 ·
view source on GitHub ↗
(ms: number)
Source
from the content-addressed store, hash-verified
38
39
// Helper function
40
function
sleep(ms: number) {
41
return
new
Promise((resolve) => setTimeout(resolve, ms));
42
}
Callers
1
spinner-cancel.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected