MCPcopy
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

PreferenceClass · 0.95
_listenForIpcMainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected