MCPcopy
hub / github.com/ChromeDevTools/chrome-devtools-mcp / attachTraceInsight

Method attachTraceInsight

src/tools/ToolDefinition.ts:161–161  ·  view source on GitHub ↗
(
    trace: TraceResult,
    insightSetId: string,
    insightName: InsightName,
  )

Source from the content-addressed store, hash-verified

159 setTabId(tabId: string): void;
160 attachTraceSummary(trace: TraceResult): void;
161 attachTraceInsight(
162 trace: TraceResult,
163 insightSetId: string,
164 insightName: InsightName,

Callers 2

performance.tsFile · 0.65

Implementers 1

McpResponsesrc/McpResponse.ts

Calls

no outgoing calls

Tested by

no test coverage detected