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/FrameworkType.java:172–175 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
170
abstract Expression to(RequestKind requestKind, Expression from, DaggerTypes types);
171
172
@Override
173
public
String toString() {
174
return
UPPER_UNDERSCORE.to(UPPER_CAMEL, super.toString());
175
}
176
}
Callers
1
to
Method · 0.45
Calls
1
to
Method · 0.80
Tested by
no test coverage detected