Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ stats
Method
stats
output/java_guava/1.4.18/ForwardingCache.java:118–121 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
116
}
117
118
@Override
119
public
CacheStats stats() {
120
return
delegate().stats();
121
}
122
123
@Override
124
public
ConcurrentMap<K, V> asMap() {
Callers
nothing calls this directly
Calls
2
delegate
Method · 0.95
stats
Method · 0.65
Tested by
no test coverage detected