Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ getOrLoad
Method
getOrLoad
corpus/java/training/guava/cache/LocalCache.java:4056–4058 ·
view source on GitHub ↗
(K key)
Source
from the content-addressed store, hash-verified
4054
}
4055
4056
V getOrLoad(K key) throws ExecutionException {
4057
return
get(key, defaultLoader);
4058
}
4059
4060
ImmutableMap<K, V> getAllPresent(Iterable<?> keys) {
4061
int
hits = 0;
Callers
1
get
Method · 0.45
Calls
1
get
Method · 0.95
Tested by
no test coverage detected