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

Method reclaimValue

output/java_guava/1.4.13/LocalCache.java:1915–1919  ·  view source on GitHub ↗
(ValueReference<K, V> valueReference)

Source from the content-addressed store, hash-verified

1913
1914
1915 void reclaimValue(ValueReference<K, V> valueReference) {
1916 ReferenceEntry<K, V> entry = valueReference.getEntry();
1917 int hash = entry.getHash();
1918 segmentFor(hash).reclaimValue(entry.getKey(), hash, valueReference);
1919 }
1920
1921
1922 void reclaimKey(ReferenceEntry<K, V> entry) {

Callers 1

refreshMethod · 0.45

Calls 4

getEntryMethod · 0.65
getHashMethod · 0.65
getKeyMethod · 0.65
segmentForMethod · 0.45

Tested by

no test coverage detected