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

Method type

javatests/dagger/internal/codegen/ExpressionTest.java:51–53  ·  view source on GitHub ↗
(Class<?> clazz)

Source from the content-addressed store, hash-verified

49 }
50
51 private TypeMirror type(Class<?> clazz) {
52 return compilationRule.getElements().getTypeElement(clazz.getCanonicalName()).asType();
53 }
54}

Callers 2

castToMethod · 0.95
frameworkTypeMethod · 0.45

Calls 2

asTypeMethod · 0.80
getTypeElementMethod · 0.45

Tested by

no test coverage detected