MCPcopy Create free account
hub / github.com/antlr/codebuff / source

Method source

corpus/java/training/guava/graph/Network.java:334–334  ·  view source on GitHub ↗

For a directed graph, returns the node for which edge is an outgoing edge. For an undirected graph, throws an UnsupportedOperationException.

(Object edge)

Source from the content-addressed store, hash-verified

332 * For an undirected graph, throws an {@link UnsupportedOperationException}.
333 */
334 N source(Object edge);
335
336 /**
337 * For a directed graph, returns the node for which {@code edge} is an incoming edge.

Callers 10

applyMethod · 0.65
applyMethod · 0.65
applyMethod · 0.65
applyMethod · 0.65
applyMethod · 0.65
applyMethod · 0.65
applyMethod · 0.65
applyMethod · 0.65
applyMethod · 0.65
applyMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected