MCPcopy 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

toStringHelperMethod · 0.95
toStringMethod · 0.65
addMethod · 0.65

Tested by

no test coverage detected