MCPcopy Index your code
hub / github.com/NativeScript/SimDeck / sleep

Function sleep

scripts/integration/webrtc.mjs:396–398  ·  view source on GitHub ↗
(ms)

Source from the content-addressed store, hash-verified

394}
395
396function sleep(ms) {
397 return new Promise((resolve) => setTimeout(resolve, ms));
398}
399
400function cleanup() {
401 if (serverProcess && serverProcess.exitCode === null) {

Callers 2

waitForHealthFunction · 0.70
retrySimdeckJsonFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected