Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
implicitlyIncludedModuleName
Method · 0.45
injectionSites
Method · 0.45
getBindingType
Method · 0.45
hasAnnotationTypeIn
Method · 0.45
buildMethod
Method · 0.45
addBuilderMethodFromSpec
Method · 0.45
buildCreateMethod
Method · 0.45
visitExecutableAsMethod
Method · 0.45
visitVariableAsParameter
Method · 0.45
visitVariableAsField
Method · 0.45
formatKey
Method · 0.45
formatSyntheticOptionalBindingDependency
Method · 0.45
Calls
1
format
Method · 0.45
Tested by
no test coverage detected