MCPcopy Create free account
hub / github.com/experdot/pointer / queueFoldersSnapshot

Function queueFoldersSnapshot

src/renderer/src/stores/persistenceQueue.ts:331–333  ·  view source on GitHub ↗
(scope: WorkspaceScope, folders: PageFolder[])

Source from the content-addressed store, hash-verified

329}
330
331export function queueFoldersSnapshot(scope: WorkspaceScope, folders: PageFolder[]): void {
332 getFoldersQueue(scope).enqueue('folders', folders)
333}
334
335export function queuePagePut(scope: WorkspaceScope, page: PageRecord): void {
336 getPageFileQueue(scope).enqueue(page.id, { page })

Callers 1

persistFoldersFunction · 0.90

Calls 1

getFoldersQueueFunction · 0.85

Tested by

no test coverage detected