MCPcopy Create free account
hub / github.com/ChatLab/ChatLab / setUiConfig

Function setUiConfig

src/composables/useUiConfig.ts:22–24  ·  view source on GitHub ↗
(config: UiConfig)

Source from the content-addressed store, hash-verified

20}
21
22export function setUiConfig(config: UiConfig): void {
23 _uiConfig.value = config
24}
25
26export function patchUiConfig(partial: Partial<UiConfig>): void {
27 _uiConfig.value = { ..._uiConfig.value, ...partial }

Callers 1

initPreferencesSyncFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected