MCPcopy Index your code
hub / github.com/codeaashu/claude-code / isPerfettoTracingEnabled

Function isPerfettoTracingEnabled

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

Source from the content-addressed store, hash-verified

382 * Check if Perfetto tracing is enabled
383 */
384export function isPerfettoTracingEnabled(): boolean {
385 return isEnabled
386}
387
388/**
389 * Register a new agent in the trace

Callers 6

runAgentFunction · 0.85
startInteractionSpanFunction · 0.85
startLLMRequestSpanFunction · 0.85
startToolSpanFunction · 0.85
spawnInProcessTeammateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected