MCPcopy Create free account
hub / github.com/codeaashu/claude-code / getPerfettoEvents

Function getPerfettoEvents

src/utils/telemetry/perfettoTracing.ts:1076–1078  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1074 * Get all recorded events (for testing)
1075 */
1076export function getPerfettoEvents(): TraceEvent[] {
1077 return [...metadataEvents, ...events]
1078}
1079
1080/**
1081 * Reset the tracer state (for testing)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected