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

Method nodes

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

Source from the content-addressed store, hash-verified

42 }
43
44 @Override
45 public Set<N> nodes() {
46 return delegate().nodes();
47 }
48
49 @Override
50 public Set<E> edges() {

Callers 3

graphMethod · 0.80
bindingNodesStreamMethod · 0.80
componentNodeStreamMethod · 0.80

Calls 1

delegateMethod · 0.95

Tested by

no test coverage detected