Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/google/dagger
/ toString
Method
toString
java/dagger/model/ComponentPath.java:74–77 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
72
}
73
74
@Override
75
public
final
String toString() {
76
return
components().stream().map(TypeElement::getQualifiedName).collect(joining(
" → "
));
77
}
78
}
Callers
nothing calls this directly
Calls
3
components
Method · 0.95
stream
Method · 0.80
map
Method · 0.65
Tested by
no test coverage detected