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

Method readConfigForWrite

packages/agent-core/src/rpc/core-impl.ts:1016–1018  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1014 }
1015
1016 private readConfigForWrite(): KimiConfig {
1017 return readConfigFileForUpdate(this.configPath);
1018 }
1019
1020 private reloadRuntimeConfig(): KimiConfig {
1021 const loaded = loadRuntimeConfigSafe(this.configPath);

Callers 2

setKimiConfigMethod · 0.95
removeKimiProviderMethod · 0.95

Calls 1

readConfigFileForUpdateFunction · 0.90

Tested by

no test coverage detected