* Calculates the Y offset for a target handle based on block type and handle ID.
(_block: BlockState, _targetHandle?: string | null)
| 59 | * Calculates the Y offset for a target handle based on block type and handle ID. |
| 60 | */ |
| 61 | function getTargetHandleYOffset(_block: BlockState, _targetHandle?: string | null): number { |
| 62 | return HANDLE_POSITIONS.DEFAULT_Y_OFFSET |
| 63 | } |
| 64 | |
| 65 | /** |
| 66 | * Checks if an edge comes from a subflow end handle |
no outgoing calls
no test coverage detected