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

Function traceToJsonl

apps/kimi-web/src/debug/trace.ts:415–417  ·  view source on GitHub ↗
(list: readonly TraceEntry[] = entries)

Source from the content-addressed store, hash-verified

413
414/** Serialize the given entries (default: all) as JSONL for download. */
415export function traceToJsonl(list: readonly TraceEntry[] = entries): string {
416 return list.map((e) => JSON.stringify(e)).join('\n');
417}

Callers 1

downloadTraceLogFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected