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

Function sleep

scripts/integration/android.mjs:953–955  ·  view source on GitHub ↗
(ms)

Source from the content-addressed store, hash-verified

951}
952
953function sleep(ms) {
954 return new Promise((resolve) => setTimeout(resolve, ms));
955}

Callers 2

waitForBootedFunction · 0.70
retryAsyncFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected