Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/colbymchenry/codegraph
/ sleep
Function
sleep
telemetry-dashboard/scripts/render-check.mjs:53–53 ·
view source on GitHub ↗
(ms)
Source
from the content-addressed store, hash-verified
51
);
52
53
const
sleep = (ms) =>
new
Promise((resolve) => setTimeout(resolve, ms));
54
55
// ---------------------------------------------------------------------------
56
// Finding a browser
Callers
2
waitFor
Function · 0.70
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected