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

Method init

src/renderer/src/stores/interfaces/base.ts:11–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9export interface IInitializable {
10 readonly initialized: boolean
11 init(): Promise<void>
12}
13
14/**

Callers 12

getPageStoreInterfaceFunction · 0.65
getAccountStoreInterfaceFunction · 0.65
getTabStoreInterfaceFunction · 0.65
getFolderStoreInterfaceFunction · 0.65
getLayoutStoreInterfaceFunction · 0.65
initAccountStoresFunction · 0.65
initializeAccountSystemFunction · 0.65
initWorkspaceStoresFunction · 0.65
repairWorkspacePathFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected