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

Method saveUiConfig

src/services/preferences/fetch.ts:17–19  ·  view source on GitHub ↗
(partial: Partial<UiConfig>)

Source from the content-addressed store, hash-verified

15 }
16
17 saveUiConfig(partial: Partial<UiConfig>): Promise<{ success: boolean; error?: string }> {
18 return patch<{ success: boolean; error?: string }>('/preferences/ui-config', partial)
19 }
20
21 async getLocale(): Promise<string> {
22 const result = await get<{ lang: string }>('/preferences/locale')

Callers

nothing calls this directly

Calls 1

patchFunction · 0.90

Tested by

no test coverage detected