Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/experdot/pointer
/ initStoreRegistry
Function
initStoreRegistry
src/renderer/src/stores/registry.ts:27–29 ·
view source on GitHub ↗
(storeRegistry: IStoreRegistry)
Source
from the content-addressed store, hash-verified
25
* 应在应用启动时调用一次
26
*/
27
export
function
initStoreRegistry(storeRegistry: IStoreRegistry): void {
28
registry = storeRegistry
29
}
30
31
/**
32
* 重置 Store 注册表(用于测试)
Callers
1
initStores
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected