Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pmndrs/zustand
/ sleep
Function
sleep
tests/test-utils.ts:35–37 ·
view source on GitHub ↗
(ms: number)
Source
from the content-addressed store, hash-verified
33
}
34
35
export
function
sleep(ms: number): Promise<void> {
36
return
new
Promise((resolve) => setTimeout(resolve, ms))
37
}
Callers
4
getItem
Function · 0.90
setItem
Function · 0.90
removeItem
Function · 0.90
persistAsync.test.tsx
File · 0.90
Calls
no outgoing calls
Tested by
3
getItem
Function · 0.72
setItem
Function · 0.72
removeItem
Function · 0.72
Used in the wild
real call sites across dependent graphs
searching dependent graphs…