Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ stats
Method
stats
output/java_guava/1.4.13/ForwardingCache.java:117–120 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
115
}
116
117
@Override
118
public
CacheStats stats() {
119
return
delegate().stats();
120
}
121
122
@Override
123
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