MCPcopy Index your code
hub / github.com/ChatLab/ChatLab / getUiConfig

Method getUiConfig

src/services/preferences/fetch.ts:13–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11 }
12
13 getUiConfig(): Promise<UiConfig> {
14 return get<UiConfig>('/preferences/ui-config')
15 }
16
17 saveUiConfig(partial: Partial<UiConfig>): Promise<{ success: boolean; error?: string }> {
18 return patch<{ success: boolean; error?: string }>('/preferences/ui-config', partial)

Callers

nothing calls this directly

Calls 1

getFunction · 0.90

Tested by

no test coverage detected