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

Method bindings

java/dagger/internal/codegen/ResolvedBindings.java:90–92  ·  view source on GitHub ↗

All bindings for #key(), regardless of in which component they were resolved.

()

Source from the content-addressed store, hash-verified

88
89 /** All bindings for {@link #key()}, regardless of in which component they were resolved. */
90 ImmutableSet<? extends Binding> bindings() {
91 return ImmutableSet.copyOf(allBindings().values());
92 }
93
94 /**
95 * Returns the single binding.

Callers 8

forKeyMethod · 0.95
bindingMethod · 0.95
isEmptyMethod · 0.95
bindingTypeMethod · 0.95
bindingTypesMethod · 0.95
scopeMethod · 0.95
dependentBindingsMethod · 0.95

Calls 2

allBindingsMethod · 0.95
valuesMethod · 0.65

Tested by

no test coverage detected