Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DavidWells/analytics
/ pause
Function
pause
packages/analytics-core/src/utils/waitForReady.js:24–26 ·
view source on GitHub ↗
(ms)
Source
from the content-addressed store, hash-verified
22
}
23
24
function
pause(ms) {
25
return
new
Promise(resolve => setTimeout(resolve, ms))
26
}
Callers
1
waitForReady
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected