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

Method size

output/java_guava/1.4.18/ForwardingCache.java:113–116  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

111 }
112
113 @Override
114 public long size() {
115 return delegate().size();
116 }
117
118 @Override
119 public CacheStats stats() {

Callers

nothing calls this directly

Calls 2

delegateMethod · 0.95
sizeMethod · 0.65

Tested by

no test coverage detected