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

Method currentComponent

java/dagger/model/ComponentPath.java:52–54  ·  view source on GitHub ↗

Returns the component at the end of the path.

()

Source from the content-addressed store, hash-verified

50
51 /** Returns the component at the end of the path. */
52 public final TypeElement currentComponent() {
53 return getLast(components());
54 }
55
56 /**
57 * Returns the parent of the {@linkplain #currentComponent()} current component}.

Callers 3

writeMethod · 0.45
visitGraphMethod · 0.45
componentNodesMethod · 0.45

Calls 1

componentsMethod · 0.95

Tested by 1

writeMethod · 0.36