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

Function emptyRecord

src/renderer/src/stores/messageQueueStore.ts:47–51  ·  view source on GitHub ↗
(pageId: string)

Source from the content-addressed store, hash-verified

45}
46
47const emptyRecord = (pageId: string): MessageQueueRecord => ({
48 pageId,
49 items: [],
50 paused: false
51})
52
53function persistRecord(record: MessageQueueRecord): void {
54 const scope = getCurrentWorkspaceScope()

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected