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

Interface TraceInsightData

src/McpResponse.ts:45–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43import type {WaitForEventsResult} from './WaitForHelper.js';
44
45interface TraceInsightData {
46 trace: TraceResult;
47 insightSetId: string;
48 insightName: InsightName;
49}
50
51export function replaceHtmlElementsWithUids(schema: JSONSchema7Definition) {
52 if (typeof schema === 'boolean') {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected