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

Method scope

java/dagger/internal/codegen/ResolvedBindings.java:278–280  ·  view source on GitHub ↗

The scope associated with the single binding. @throws IllegalStateException if #bindings() does not have exactly one element

()

Source from the content-addressed store, hash-verified

276 * @throws IllegalStateException if {@link #bindings()} does not have exactly one element
277 */
278 Optional<Scope> scope() {
279 return getOnlyElement(bindings()).scope();
280 }
281}

Callers

nothing calls this directly

Calls 2

bindingsMethod · 0.95
scopeMethod · 0.65

Tested by

no test coverage detected