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

Method toString

java/dagger/model/ComponentPath.java:74–77  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

72 }
73
74 @Override
75 public final String toString() {
76 return components().stream().map(TypeElement::getQualifiedName).collect(joining(" → "));
77 }
78}

Callers

nothing calls this directly

Calls 3

componentsMethod · 0.95
streamMethod · 0.80
mapMethod · 0.65

Tested by

no test coverage detected