Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/google/dagger
/ incidentNodes
Method
incidentNodes
java/dagger/model/ForwardingNetwork.java:129–132 ·
view source on GitHub ↗
(E edge)
Source
from the content-addressed store, hash-verified
127
}
128
129
@Override
130
public
EndpointPair<N> incidentNodes(E edge) {
131
return
delegate().incidentNodes(edge);
132
}
133
134
@Override
135
public
Set<E> adjacentEdges(E edge) {
Callers
5
dotEdge
Method · 0.80
entryPointBindingNodes
Method · 0.80
reportDependencyRequest
Method · 0.80
dependencyTrace
Method · 0.80
printAtEntryPoint
Method · 0.80
Calls
1
delegate
Method · 0.95
Tested by
no test coverage detected