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

Interface IInitializable

src/renderer/src/stores/interfaces/base.ts:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7 * 可初始化的 Store
8 */
9export interface IInitializable {
10 readonly initialized: boolean
11 init(): Promise<void>
12}
13
14/**
15 * 可重置的 Store

Callers 8

getPageStoreInterfaceFunction · 0.65
getAccountStoreInterfaceFunction · 0.65
getTabStoreInterfaceFunction · 0.65
getFolderStoreInterfaceFunction · 0.65
getLayoutStoreInterfaceFunction · 0.65
initAccountStoresFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected