Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/google/dagger
/ delegate
Method
delegate
java/dagger/model/ForwardingNetwork.java:39–42 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
37
}
38
39
@Override
40
protected
final
Network<N, E> delegate() {
41
return
delegate;
42
}
43
44
@Override
45
public
Set<N> nodes() {
Callers
15
nodes
Method · 0.95
edges
Method · 0.95
asGraph
Method · 0.95
isDirected
Method · 0.95
allowsParallelEdges
Method · 0.95
allowsSelfLoops
Method · 0.95
nodeOrder
Method · 0.95
edgeOrder
Method · 0.95
adjacentNodes
Method · 0.95
predecessors
Method · 0.95
successors
Method · 0.95
incidentEdges
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected