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

Function queueFloatingNoteRequest

apps/desktop/src/main/index.ts:337–340  ·  view source on GitHub ↗
(relPath: string)

Source from the content-addressed store, hash-verified

335}
336
337function queueFloatingNoteRequest(relPath: string): void {
338 pendingFloatingNoteRequests.push(relPath)
339 if (app.isReady()) void flushPendingFloatingNoteRequests()
340}
341
342async function flushPendingFloatingNoteRequests(): Promise<void> {
343 if (flushingFloatingNoteRequests || pendingFloatingNoteRequests.length === 0) return

Callers 1

handleExternalOpenUrlFunction · 0.85

Calls 1

Tested by

no test coverage detected