Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ toString
Method
toString
corpus/java/training/guava/eventbus/DeadEvent.java:68–74 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
66
}
67
68
@Override
69
public
String toString() {
70
return
MoreObjects.toStringHelper(this)
71
.add(
"source"
, source)
72
.add(
"event"
, event)
73
.toString();
74
}
75
}
Callers
nothing calls this directly
Calls
3
toStringHelper
Method · 0.95
toString
Method · 0.65
add
Method · 0.65
Tested by
no test coverage detected