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

Method reclaimValue

corpus/java/training/guava/cache/LocalCache.java:1852–1856  ·  view source on GitHub ↗
(ValueReference<K, V> valueReference)

Source from the content-addressed store, hash-verified

1850 }
1851
1852 void reclaimValue(ValueReference<K, V> valueReference) {
1853 ReferenceEntry<K, V> entry = valueReference.getEntry();
1854 int hash = entry.getHash();
1855 segmentFor(hash).reclaimValue(entry.getKey(), hash, valueReference);
1856 }
1857
1858 void reclaimKey(ReferenceEntry<K, V> entry) {
1859 int hash = entry.getHash();

Callers 1

Calls 4

segmentForMethod · 0.95
getEntryMethod · 0.65
getHashMethod · 0.65
getKeyMethod · 0.65

Tested by

no test coverage detected