Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/google/dagger
/ isDirected
Method
isDirected
java/dagger/model/ForwardingNetwork.java:59–62 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
57
}
58
59
@Override
60
public
boolean isDirected() {
61
return
delegate().isDirected();
62
}
63
64
@Override
65
public
boolean allowsParallelEdges() {
Callers
nothing calls this directly
Calls
1
delegate
Method · 0.95
Tested by
no test coverage detected