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

Function reportEventsPath

packages/server-e2e/src/report.ts:213–215  ·  view source on GitHub ↗
(reportDir: string)

Source from the content-addressed store, hash-verified

211}
212
213function reportEventsPath(reportDir: string): string {
214 return join(reportDir, `events-${process.pid}.jsonl`);
215}
216
217function renderHtml(title: string, events: StoredReportEvent[]): string {
218 const cases = renderCases(groupByCase(events));

Callers 1

recordReportEventFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected