MCPcopy Create free account
hub / github.com/e2b-dev/desktop / wait

Function wait

examples/basic-javascript/index.js:12–14  ·  view source on GitHub ↗
(ms)

Source from the content-addressed store, hash-verified

10})
11
12function wait(ms) {
13 return new Promise(resolve => setTimeout(resolve, ms))
14}
15
16/**
17 * @param {string} streamUrl - The URL of the stream to load

Callers 2

moveAroundFunction · 0.70
mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected