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

Method toString

java/dagger/internal/codegen/Expression.java:75–78  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

73 }
74
75 @Override
76 public String toString() {
77 return String.format("[%s] %s", type, codeBlock);
78 }
79}

Callers 15

injectionSitesMethod · 0.45
getBindingTypeMethod · 0.45
hasAnnotationTypeInMethod · 0.45
buildMethodMethod · 0.45
buildCreateMethodMethod · 0.45
visitVariableAsFieldMethod · 0.45
formatKeyMethod · 0.45

Calls 1

formatMethod · 0.45

Tested by

no test coverage detected