MCPcopy Create free account
hub / github.com/antlr/codebuff / toString

Method toString

output/java_guava/1.4.13/CacheStats.java:275–278  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

273 }
274
275 @Override
276 public String toString() {
277 return MoreObjects.toStringHelper(this).add("hitCount", hitCount).add("missCount", missCount).add("loadSuccessCount", loadSuccessCount).add("loadExceptionCount", loadExceptionCount).add("totalLoadTime", totalLoadTime).add("evictionCount", evictionCount).toString();
278 }
279}

Callers

nothing calls this directly

Calls 3

toStringHelperMethod · 0.95
toStringMethod · 0.65
addMethod · 0.65

Tested by

no test coverage detected