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

Function queuePagePut

src/renderer/src/stores/persistenceQueue.ts:335–337  ·  view source on GitHub ↗
(scope: WorkspaceScope, page: PageRecord)

Source from the content-addressed store, hash-verified

333}
334
335export function queuePagePut(scope: WorkspaceScope, page: PageRecord): void {
336 getPageFileQueue(scope).enqueue(page.id, { page })
337}
338
339export function queuePageDelete(scope: WorkspaceScope, pageId: string): void {
340 getPageFileQueue(scope).enqueue(pageId, { deletePage: true })

Callers 1

pagesStore.tsFile · 0.90

Calls 1

getPageFileQueueFunction · 0.85

Tested by

no test coverage detected