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

Function getTelemetryBootstrap

apps/kimi-code/src/cli/sub/export.ts:142–145  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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({

Callers 2

getHarnessFunction · 0.85

Calls 1

Tested by

no test coverage detected