MCPcopy
hub / github.com/QwikDev/qwik / InsightManifest

Interface InsightManifest

packages/qwik-labs/src-vite/insights/index.ts:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16
17/** @public */
18export interface InsightManifest {
19 manual: Record<string, string>;
20 prefetch: { route: string; symbols: string[] }[];
21}
22
23export async function qwikInsights(qwikInsightsOpts: {
24 publicApiKey: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…