ecsia-monorepo / devtools/src / explainPlan
Function: explainPlan()
ts
function explainPlan(input, names?): PlanExplain;Defined in: devtools/src/waves.ts:21
Explain a plan. names maps ComponentId → a human name; pass the inspector's componentNameMap, or omit it to render ids as #id. The plan carries dense ComponentIds (incl. synthetic pair ids), so a name miss is rendered, never thrown.
Parameters
| Parameter | Type |
|---|---|
input | PlanLike |
names? | ReadonlyMap<number, string> |