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