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

Method getOrLoad

output/java_guava/1.4.19/LocalCache.java:4021–4023  ·  view source on GitHub ↗
(K key)

Source from the content-addressed store, hash-verified

4019 }
4020
4021 V getOrLoad(K key) throws ExecutionException {
4022 return get(key, defaultLoader);
4023 }
4024
4025 ImmutableMap<K, V> getAllPresent(Iterable<?> keys) {
4026 int hits = 0;

Callers 1

getMethod · 0.45

Calls 1

getMethod · 0.95

Tested by

no test coverage detected