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

Function queuePageDelete

src/renderer/src/stores/persistenceQueue.ts:339–341  ·  view source on GitHub ↗
(scope: WorkspaceScope, pageId: string)

Source from the content-addressed store, hash-verified

337}
338
339export function queuePageDelete(scope: WorkspaceScope, pageId: string): void {
340 getPageFileQueue(scope).enqueue(pageId, { deletePage: true })
341}
342
343export function queueMessagesPut(scope: WorkspaceScope, pageId: string, record: MessagesRecord): void {
344 getPageFileQueue(scope).enqueue(pageId, { messages: record })

Callers 1

pagesStore.tsFile · 0.90

Calls 1

getPageFileQueueFunction · 0.85

Tested by

no test coverage detected