ExplainSummary Type — supabase Architecture
Architecture documentation for the ExplainSummary type/interface in ExplainVisualizer.parser.ts from the supabase codebase.
Entity Profile
Source Code
apps/studio/components/interfaces/ExplainVisualizer/ExplainVisualizer.parser.ts lines 3–10
export interface ExplainSummary {
totalTime: number
totalCost: number
maxCost: number
hasSeqScan: boolean
seqScanTables: string[]
hasIndexScan: boolean
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free