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

Function accountQueueId

src/renderer/src/stores/persistenceQueue.ts:230–232  ·  view source on GitHub ↗
(accountId: string, entity: string)

Source from the content-addressed store, hash-verified

228}
229
230function accountQueueId(accountId: string, entity: string): string {
231 return `account:${accountId}:${entity}`
232}
233
234function workspaceQueueId(scope: WorkspaceScope, entity: string): string {
235 return `workspace:${scope.accountId}:${scope.workspacePath}:${entity}`

Callers 2

getSettingsQueueFunction · 0.85
getLayoutQueueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected