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

Function getStoreRegistry

src/renderer/src/stores/registry.ts:16–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14 * @throws 如果注册表未初始化则抛出错误
15 */
16export function getStoreRegistry(): IStoreRegistry {
17 if (!registry) {
18 throw new Error('Store registry not initialized. Call initStoreRegistry first.')
19 }
20 return registry
21}
22
23/**
24 * 初始化 Store 注册表

Callers 9

pageFunction · 0.85
folderFunction · 0.85
messageFunction · 0.85
accountFunction · 0.85
layoutFunction · 0.85
tabFunction · 0.85
settingsFunction · 0.85
navigationFunction · 0.85
workspaceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected