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

Method rootComponent

java/dagger/model/ComponentPath.java:47–49  ·  view source on GitHub ↗

Returns the root dagger.Component- or dagger.producers.ProductionComponent-annotated type

()

Source from the content-addressed store, hash-verified

45 * dagger.producers.ProductionComponent}-annotated type
46 */
47 public final TypeElement rootComponent() {
48 return components().get(0);
49 }
50
51 /** Returns the component at the end of the path. */
52 public final TypeElement currentComponent() {

Callers

nothing calls this directly

Calls 2

componentsMethod · 0.95
getMethod · 0.65

Tested by

no test coverage detected