MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / sleep

Function sleep

scripts/agent-eval/repro-daemon-clients.mjs:72–72  ·  view source on GitHub ↗
(ms)

Source from the content-addressed store, hash-verified

70}
71
72const sleep = (ms) => new Promise((r) => setTimeout(r, ms));
73
74const clients = Array.from({ length: N }, (_, i) => makeClient(i));
75

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected