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

Method refresh

corpus/java/training/guava/cache/LocalCache.java:4204–4207  ·  view source on GitHub ↗
(K key)

Source from the content-addressed store, hash-verified

4202 }
4203
4204 void refresh(K key) {
4205 int hash = hash(checkNotNull(key));
4206 segmentFor(hash).refresh(key, hash, defaultLoader, false);
4207 }
4208
4209 @Override
4210 public boolean containsKey(@Nullable Object key) {

Callers

nothing calls this directly

Calls 4

hashMethod · 0.95
segmentForMethod · 0.95
refreshMethod · 0.65
checkNotNullMethod · 0.45

Tested by

no test coverage detected