Function: outgoing()
ts
function outgoing(
view: RawPlanView | PlanGraphView,
nodeId: string,
): PlanEdge[];Defined in: src/batteries/orchestration/plan.ts:125
The edges leaving a node.
Parameters
| Parameter | Type | Description |
|---|---|---|
view | | RawPlanView | PlanGraphView | The graph to search. |
nodeId | string | The source node id. |
Returns
PlanEdge[]
Every edge whose from is nodeId, in view order.