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

Method bindingNodes

java/dagger/model/BindingGraph.java:80–82  ·  view source on GitHub ↗

Returns the binding nodes.

()

Source from the content-addressed store, hash-verified

78
79 /** Returns the binding nodes. */
80 public ImmutableSet<BindingNode> bindingNodes() {
81 return bindingNodesStream().collect(toImmutableSet());
82 }
83
84 /** Returns the binding nodes for a key. */
85 public ImmutableSet<BindingNode> bindingNodes(Key key) {

Callers 1

visitGraphMethod · 0.80

Calls 5

bindingNodesStreamMethod · 0.95
toImmutableSetMethod · 0.80
keyMethod · 0.65
equalsMethod · 0.45
bindingMethod · 0.45

Tested by 1

visitGraphMethod · 0.64