Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
66
const
sleep = (ms) =>
new
Promise((r) => setTimeout(r, ms))
67
const
clean = (s) => s.replace(/\x1b\[[0-9;?]*[a-zA-Z]/g,
""
)
68
69
function
assertContains(label, needle) {
Callers
1
test-ui.mjs
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected