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

Function workspaceQueueId

src/renderer/src/stores/persistenceQueue.ts:234–236  ·  view source on GitHub ↗
(scope: WorkspaceScope, entity: string)

Source from the content-addressed store, hash-verified

232}
233
234function workspaceQueueId(scope: WorkspaceScope, entity: string): string {
235 return `workspace:${scope.accountId}:${scope.workspacePath}:${entity}`
236}
237
238async function flushQueue<TKey extends string, TData>(
239 queue: PersistenceQueue<TKey, TData>

Callers 4

getTabsQueueFunction · 0.85
getFoldersQueueFunction · 0.85
getPageFileQueueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected