Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
dependencyTrace
Method · 0.80
shortestPath
Method · 0.80
Calls
1
delegate
Method · 0.95
Tested by
no test coverage detected