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

Method stats

corpus/java/training/guava/cache/ForwardingCache.java:110–113  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

108 }
109
110 @Override
111 public CacheStats stats() {
112 return delegate().stats();
113 }
114
115 @Override
116 public ConcurrentMap<K, V> asMap() {

Callers

nothing calls this directly

Calls 2

delegateMethod · 0.95
statsMethod · 0.65

Tested by

no test coverage detected