Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
89
function
sleep(ms) {
90
return
new
Promise((resolvePromise) => setTimeout(resolvePromise, ms))
91
}
92
93
async
function
fileExists(path) {
94
try {
Callers
4
waitForFile
Function · 0.70
connectToElectronPage
Function · 0.70
waitForExpression
Function · 0.70
stopChild
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected