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

Function queueMessageQueueDelete

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

Source from the content-addressed store, hash-verified

349}
350
351export function queueMessageQueueDelete(scope: WorkspaceScope, pageId: string): void {
352 getMessageQueueMutationQueue(scope).enqueue(pageId, { type: 'delete' })
353}
354
355export function getMessageQueueMutationQueue(
356 scope: WorkspaceScope

Callers 1

Calls 1

Tested by

no test coverage detected