MCPcopy Index your code
hub / github.com/google/dagger / successors

Method successors

java/dagger/model/ForwardingNetwork.java:94–97  ·  view source on GitHub ↗
(N node)

Source from the content-addressed store, hash-verified

92 }
93
94 @Override
95 public Set<N> successors(N node) {
96 return delegate().successors(node);
97 }
98
99 @Override
100 public Set<E> incidentEdges(N node) {

Callers 2

dependencyTraceMethod · 0.80
shortestPathMethod · 0.80

Calls 1

delegateMethod · 0.95

Tested by

no test coverage detected