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