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

Method componentNodes

java/dagger/model/BindingGraph.java:92–94  ·  view source on GitHub ↗

Returns the component nodes.

()

Source from the content-addressed store, hash-verified

90
91 /** Returns the component nodes. */
92 public ImmutableSet<ComponentNode> componentNodes() {
93 return componentNodeStream().collect(toImmutableSet());
94 }
95
96 /** Returns the component node for a component. */
97 public Optional<ComponentNode> componentNode(ComponentPath component) {

Callers 2

visitGraphMethod · 0.80
visitGraphMethod · 0.80

Calls 5

componentNodeStreamMethod · 0.95
toImmutableSetMethod · 0.80
componentPathMethod · 0.65
equalsMethod · 0.45
currentComponentMethod · 0.45

Tested by 2

visitGraphMethod · 0.64
visitGraphMethod · 0.64