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

Method size

output/java_guava/1.4.13/ForwardingCache.java:112–115  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

delegateMethod · 0.95
sizeMethod · 0.65

Tested by

no test coverage detected