MCPcopy Index your code
hub / github.com/antlr/codebuff / addEdge

Method addEdge

corpus/java/training/guava/graph/Hypergraph.java:67–67  ·  view source on GitHub ↗

Adds edge to this graph, connecting nodes. @return true iff the graph was modified as a result of this call @throws UnsupportedOperationException if the add operation is not supported by this graph

(E edge, N... nodes)

Source from the content-addressed store, hash-verified

65 * @throws UnsupportedOperationException if the add operation is not supported by this graph
66 */
67 @CanIgnoreReturnValue
68 boolean addEdge(E edge, N... nodes);
69
70 /**

Callers 11

addEdgeMethod · 0.65
copyOfMethod · 0.65
addEdgeMethod · 0.65
copyOfMethod · 0.65
addEdgeMethod · 0.65
copyOfMethod · 0.65
addEdgeMethod · 0.65
copyOfMethod · 0.65
addEdgeMethod · 0.65
copyOfMethod · 0.65
addEdgeMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected