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

Method ensureConfigFile

packages/node-sdk/src/kimi-harness.ts:237–239  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

235 }
236
237 async ensureConfigFile(): Promise<void> {
238 await this.ensureConfigFileImpl();
239 }
240
241 async setConfig(patch: KimiConfigPatch): Promise<KimiConfig> {
242 return this.rpc.setConfig(patch);

Callers 9

config.test.tsFile · 0.45
handleUpgradeCommandFunction · 0.45
runPromptFunction · 0.45
runShellFunction · 0.45
handleProviderAddFunction · 0.45
handleProviderRemoveFunction · 0.45
handleProviderListFunction · 0.45
handleCatalogAddFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected