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

Method dependencyEdges

java/dagger/model/BindingGraph.java:119–121  ·  view source on GitHub ↗

Returns the dependency edges.

()

Source from the content-addressed store, hash-verified

117
118 /** Returns the dependency edges. */
119 public ImmutableSet<DependencyEdge> dependencyEdges() {
120 return dependencyEdgeStream().collect(toImmutableSet());
121 }
122
123 /** Returns the dependency edges for the dependencies of a binding. */
124 public ImmutableMap<DependencyRequest, DependencyEdge> dependencyEdges(BindingNode bindingNode) {

Callers 1

visitGraphMethod · 0.80

Calls 8

dependencyEdgeStreamMethod · 0.95
toImmutableSetMethod · 0.80
streamMethod · 0.80
outEdgesMethod · 0.80
instancesOfMethod · 0.80
toImmutableMapMethod · 0.80
equalsMethod · 0.45
dependencyRequestMethod · 0.45

Tested by 1

visitGraphMethod · 0.64