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

Method apply

output/java_guava/1.4.18/ImmutableNetwork.java:109–112  ·  view source on GitHub ↗
(E edge)

Source from the content-addressed store, hash-verified

107 private static <N, E> Function<E, N> sourceNodeFn(final Network<N, E> graph) {
108 return new Function<E, N>() {
109 @Override
110 public N apply(E edge) {
111 return graph.source(edge);
112 }
113 };
114 }
115

Callers

nothing calls this directly

Calls 3

oppositeNodeMethod · 0.95
sourceMethod · 0.65
targetMethod · 0.65

Tested by

no test coverage detected