( graph: Graph<unknown, E, T> | MutableGraph<unknown, E, T>, current: NodeIndex, edge: Edge<E> )
| 2891 | return true // Edge was successfully removed |
| 2892 | } |
| 2893 | |
| 2894 | // ============================================================================= |
| 2895 | // Edge Query Operations |
| 2896 | // ============================================================================= |
| 2897 | |
| 2898 | /** |
| 2899 | * Gets the edge data associated with an edge index safely, if it exists. |
| 2900 | * |
no outgoing calls
no test coverage detected
searching dependent graphs…