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

Method forProducesMethod

java/dagger/internal/codegen/KeyFactory.java:140–143  ·  view source on GitHub ↗
(ExecutableElement method, TypeElement contributingModule)

Source from the content-addressed store, hash-verified

138 }
139
140 Key forProducesMethod(ExecutableElement method, TypeElement contributingModule) {
141 return forBindingMethod(
142 method, contributingModule, Optional.of(getClassElement(Producer.class)));
143 }
144
145 /** Returns the key bound by a {@link Binds} method. */
146 Key forBindsMethod(ExecutableElement method, TypeElement contributingModule) {

Callers 1

producesMethodBindingMethod · 0.45

Calls 3

forBindingMethodMethod · 0.95
getClassElementMethod · 0.95
ofMethod · 0.45

Tested by

no test coverage detected