Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/google/dagger
/ asGraph
Method
asGraph
java/dagger/model/ForwardingNetwork.java:54–57 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
52
}
53
54
@Override
55
public
Graph<N> asGraph() {
56
return
delegate().asGraph();
57
}
58
59
@Override
60
public
boolean isDirected() {
Callers
1
entryPointEdgesDependingOnBindingNode
Method · 0.80
Calls
1
delegate
Method · 0.95
Tested by
no test coverage detected