MCPcopy Index your code
hub / github.com/MatterAIOrg/OrbCode / sleep

Function sleep

test-ui.mjs:66–66  ·  view source on GitHub ↗
(ms)

Source from the content-addressed store, hash-verified

64})
65
66const sleep = (ms) => new Promise((r) => setTimeout(r, ms))
67const clean = (s) => s.replace(/\x1b\[[0-9;?]*[a-zA-Z]/g, "")
68
69function assertContains(label, needle) {

Callers 1

test-ui.mjsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected