| 16 | |
| 17 | /** @public */ |
| 18 | export interface InsightManifest { |
| 19 | manual: Record<string, string>; |
| 20 | prefetch: { route: string; symbols: string[] }[]; |
| 21 | } |
| 22 | |
| 23 | export async function qwikInsights(qwikInsightsOpts: { |
| 24 | publicApiKey: string; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…