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

Function getPersistenceRegistry

src/renderer/src/persistence/registry.ts:17–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15 * @throws If registry not initialized
16 */
17export function getPersistenceRegistry(): IPersistenceRegistry {
18 if (!registry) {
19 throw new Error('Persistence registry not initialized. Call initPersistenceRegistry first.')
20 }
21 return registry
22}
23
24/**
25 * Initialize persistence registry

Callers 13

buildFolderPathFunction · 0.90
databaseFunction · 0.85
accountsFunction · 0.85
accountFunction · 0.85
workspaceFunction · 0.85
workspacesFunction · 0.85
pagesFunction · 0.85
foldersFunction · 0.85
messagesFunction · 0.85
settingsFunction · 0.85
layoutFunction · 0.85
tabsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected