MCPcopy 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() {

Calls 1

delegateMethod · 0.95

Tested by

no test coverage detected