Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/marktext/marktext
/ getAll
Method
getAll
packages/desktop/src/main/preferences/index.ts:132–134 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
130
}
131
132
getAll(): IUserPreferences {
133
return
this.store.store as IUserPreferences
134
}
135
136
setItem(key: string, value: unknown): void {
137
this.store.set(key, value)
Callers
2
Preference
Class · 0.95
_listenForIpcMain
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected