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

Function nextRendererTask

packages/app-core/src/store.ts:220–222  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

218const LIST_NOTES_BRIDGE_PAGE_SIZE = 500
219
220function nextRendererTask(): Promise<void> {
221 return new Promise((resolve) => window.setTimeout(resolve, 0))
222}
223
224async function listNotesFromBridge(): Promise<NoteMeta[]> {
225 if (!window.zen.listNotesPage) return await window.zen.listNotes()

Callers 1

listNotesFromBridgeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected