MCPcopy 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

delegateMethod · 0.95

Tested by

no test coverage detected