MCPcopy Index your code
hub / github.com/google/dagger / allowsSelfLoops

Method allowsSelfLoops

java/dagger/model/ForwardingNetwork.java:69–72  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

67 }
68
69 @Override
70 public boolean allowsSelfLoops() {
71 return delegate().allowsSelfLoops();
72 }
73
74 @Override
75 public ElementOrder<N> nodeOrder() {

Callers 1

Calls 1

delegateMethod · 0.95

Tested by

no test coverage detected