(
trace: TraceResult,
insightSetId: string,
insightName: InsightName,
)
| 159 | setTabId(tabId: string): void; |
| 160 | attachTraceSummary(trace: TraceResult): void; |
| 161 | attachTraceInsight( |
| 162 | trace: TraceResult, |
| 163 | insightSetId: string, |
| 164 | insightName: InsightName, |
no outgoing calls
no test coverage detected