Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
47
const
emptyRecord = (pageId: string): MessageQueueRecord => ({
48
pageId,
49
items: [],
50
paused: false
51
})
52
53
function
persistRecord(record: MessageQueueRecord): void {
54
const
scope = getCurrentWorkspaceScope()
Callers
1
messageQueueStore.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected