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

Method edges

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

Source from the content-addressed store, hash-verified

47 }
48
49 @Override
50 public Set<E> edges() {
51 return delegate().edges();
52 }
53
54 @Override
55 public Graph<N> asGraph() {

Callers 3

graphMethod · 0.80
dependencyEdgeStreamMethod · 0.80

Calls 1

delegateMethod · 0.95

Tested by

no test coverage detected