()
| 140 | setContext: setTelemetryContext, |
| 141 | }; |
| 142 | const getTelemetryBootstrap = (): ReturnType<typeof createCliTelemetryBootstrap> => { |
| 143 | telemetryBootstrap ??= createCliTelemetryBootstrap(); |
| 144 | return telemetryBootstrap; |
| 145 | }; |
| 146 | const getHarness = (): KimiHarness => { |
| 147 | const currentTelemetryBootstrap = getTelemetryBootstrap(); |
| 148 | harness ??= createKimiHarness({ |
no test coverage detected