()
| 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); |
no outgoing calls
no test coverage detected