MCPcopy Create free account
hub / github.com/chhoumann/quickadd / sleep

Function sleep

scripts/start-obsidian-e2e-instance.mjs:582–584  ·  view source on GitHub ↗
(ms)

Source from the content-addressed store, hash-verified

580}
581
582function sleep(ms) {
583 return new Promise((resolve) => setTimeout(resolve, ms));
584}
585
586export function toInstanceShellExports(result) {
587 return [

Callers 2

waitForInstanceReadyFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected