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

Function eventDetail

packages/server-e2e/src/report.ts:568–571  ·  view source on GitHub ↗
(event: StoredReportEvent)

Source from the content-addressed store, hash-verified

566}
567
568function eventDetail(event: StoredReportEvent): Record<string, unknown> {
569 const { pid: _pid, ordinal: _ordinal, ...detail } = event;
570 return detail;
571}
572
573function frameType(frame: unknown): string | undefined {
574 if (!frame || typeof frame !== 'object') return undefined;

Callers 1

renderDetailCardFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected