Skip to content
1 min read · 104 words

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

PropertyTypeDescriptionDefined in
edgesreadonly PlanEdge[]Every edge in the graph being examined, over all handles.src/batteries/orchestration/plan.ts:31
nodesreadonly PlanNode[]Every node in the graph being examined, in no significant order.src/batteries/orchestration/plan.ts:29