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

Function initStores

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

Source from the content-addressed store, hash-verified

19 * 必须在应用启动时调用一次
20 */
21export function initStores(): void {
22 initStoreRegistry({
23 page: getPageStoreInterface(),
24 folder: getFolderStoreInterface(),
25 message: getMessageStoreInterface(),
26 account: getAccountStoreInterface(),
27 layout: getLayoutStoreInterface(),
28 tab: getTabStoreInterface(),
29 settings: getSettingsStoreInterface(),
30 navigation: getNavigationStoreInterface(),
31 workspace: getWorkspaceStoreInterface()
32 })
33}

Callers 1

App.tsxFile · 0.90

Calls 10

initStoreRegistryFunction · 0.90
getPageStoreInterfaceFunction · 0.90
getFolderStoreInterfaceFunction · 0.90
getMessageStoreInterfaceFunction · 0.90
getAccountStoreInterfaceFunction · 0.90
getLayoutStoreInterfaceFunction · 0.90
getTabStoreInterfaceFunction · 0.90

Tested by

no test coverage detected