MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / getConfig

Method getConfig

apps/kimi-web/src/api/daemon/client.ts:1101–1104  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1099 // -------------------------------------------------------------------------
1100
1101 async getConfig(): Promise<AppConfig> {
1102 const data = await this.http.get<WireConfig>('/config');
1103 return toAppConfig(data);
1104 }
1105
1106 async setConfig(patch: Partial<AppConfig>): Promise<AppConfig> {
1107 const wirePatch: Record<string, unknown> = {};

Callers

nothing calls this directly

Calls 1

toAppConfigFunction · 0.90

Tested by

no test coverage detected