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

Method setOf

java/dagger/internal/codegen/KeyFactory.java:88–90  ·  view source on GitHub ↗
(TypeMirror elementType)

Source from the content-addressed store, hash-verified

86 }
87
88 private DeclaredType setOf(TypeMirror elementType) {
89 return types.getDeclaredType(getClassElement(Set.class), boxPrimitives(elementType));
90 }
91
92 private DeclaredType mapOf(TypeMirror keyType, TypeMirror valueType) {
93 return types.getDeclaredType(

Calls 3

getClassElementMethod · 0.95
boxPrimitivesMethod · 0.95
getDeclaredTypeMethod · 0.80

Tested by

no test coverage detected