Interface: PlanGraphView
Defined in: src/batteries/orchestration/plan.ts:27
The minimal structural surface these helpers read. A RawPlanView satisfies it; so does any {nodes, edges} subset. Accepting the subset keeps the helpers usable on slices and test fixtures without forcing a full view.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
edges | readonly PlanEdge[] | Every edge in the graph being examined, over all handles. | src/batteries/orchestration/plan.ts:31 |
nodes | readonly PlanNode[] | Every node in the graph being examined, in no significant order. | src/batteries/orchestration/plan.ts:29 |