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

Function queueMessagesPut

src/renderer/src/stores/persistenceQueue.ts:343–345  ·  view source on GitHub ↗
(scope: WorkspaceScope, pageId: string, record: MessagesRecord)

Source from the content-addressed store, hash-verified

341}
342
343export function queueMessagesPut(scope: WorkspaceScope, pageId: string, record: MessagesRecord): void {
344 getPageFileQueue(scope).enqueue(pageId, { messages: record })
345}
346
347export function queueMessagesDelete(scope: WorkspaceScope, pageId: string): void {
348 getPageFileQueue(scope).enqueue(pageId, { messages: null })

Callers 1

messagesStore.tsFile · 0.90

Calls 1

getPageFileQueueFunction · 0.85

Tested by

no test coverage detected