Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
9
export
interface
IInitializable {
10
readonly initialized: boolean
11
init(): Promise<void>
12
}
13
14
/**
15
* 可重置的 Store
Callers
8
getPageStoreInterface
Function · 0.65
getAccountStoreInterface
Function · 0.65
getTabStoreInterface
Function · 0.65
getWorkspaceStoreInterface
Function · 0.65
getFolderStoreInterface
Function · 0.65
getSettingsStoreInterface
Function · 0.65
getLayoutStoreInterface
Function · 0.65
initAccountStores
Function · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected