MCPcopy Create free account
hub / github.com/ZenNotes/zennotes / sleep

Function sleep

tooling/scripts/perf-desktop-runtime.mjs:89–91  ·  view source on GitHub ↗
(ms)

Source from the content-addressed store, hash-verified

87}
88
89function sleep(ms) {
90 return new Promise((resolvePromise) => setTimeout(resolvePromise, ms))
91}
92
93async function fileExists(path) {
94 try {

Callers 4

waitForFileFunction · 0.70
connectToElectronPageFunction · 0.70
waitForExpressionFunction · 0.70
stopChildFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected