(config: KimiConfig)
| 1037 | } |
| 1038 | |
| 1039 | private setRuntimeConfig(config: KimiConfig): KimiConfig { |
| 1040 | this.config = config; |
| 1041 | this.experimentalFlags.setConfigOverrides(config.experimental); |
| 1042 | return this.config; |
| 1043 | } |
| 1044 | |
| 1045 | private clearRuntimeCache(): void { |
| 1046 | if (this.runtimeOverride !== undefined) return; |
no test coverage detected