MCPcopy 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
53const sleep = (ms) => new Promise((resolve) => setTimeout(resolve, ms));
54
55// ---------------------------------------------------------------------------
56// Finding a browser

Callers 2

waitForFunction · 0.70
mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected