Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
9
export
interface
IInitializable {
10
readonly initialized: boolean
11
init(): Promise<void>
12
}
13
14
/**
Callers
12
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
initializeAccountSystem
Function · 0.65
initWorkspaceStores
Function · 0.65
initializeWorkspaceSystem
Function · 0.65
repairWorkspacePath
Function · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected