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

Method toString

output/java_guava/1.4.16/CacheStats.java:282–285  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

280 }
281
282 @Override
283 public String toString() {
284 return MoreObjects.toStringHelper(this).add("hitCount", hitCount).add("missCount", missCount).add("loadSuccessCount", loadSuccessCount).add("loadExceptionCount", loadExceptionCount).add("totalLoadTime", totalLoadTime).add("evictionCount", evictionCount).toString();
285 }
286}

Callers

nothing calls this directly

Calls 3

toStringHelperMethod · 0.95
toStringMethod · 0.65
addMethod · 0.65

Tested by

no test coverage detected