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

Method entryPointEdges

java/dagger/model/BindingGraph.java:142–144  ·  view source on GitHub ↗

Returns the dependency edges for all entry points for all components and subcomponents. Each edge's source node is a component node.

()

Source from the content-addressed store, hash-verified

140 * edge's source node is a component node.
141 */
142 public ImmutableSet<DependencyEdge> entryPointEdges() {
143 return entryPointEdgeStream().collect(toImmutableSet());
144 }
145
146 /**
147 * Returns the dependency edges for the entry points of a given {@code component}. Each edge's

Calls 7

entryPointEdgeStreamMethod · 0.95
componentNodeMethod · 0.95
toImmutableSetMethod · 0.80
streamMethod · 0.80
outEdgesMethod · 0.80
instancesOfMethod · 0.80
getMethod · 0.65

Tested by

no test coverage detected