Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
castTo
Method · 0.95
frameworkType
Method · 0.45
Calls
2
asType
Method · 0.80
getTypeElement
Method · 0.45
Tested by
no test coverage detected