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

Method hash

corpus/java/training/guava/cache/LocalCache.java:1847–1850  ·  view source on GitHub ↗
(@Nullable Object key)

Source from the content-addressed store, hash-verified

1845 }
1846
1847 int hash(@Nullable Object key) {
1848 int h = keyEquivalence.hash(key);
1849 return rehash(h);
1850 }
1851
1852 void reclaimValue(ValueReference<K, V> valueReference) {
1853 ReferenceEntry<K, V> entry = valueReference.getEntry();

Callers 9

getMethod · 0.95
getIfPresentMethod · 0.95
getEntryMethod · 0.95
refreshMethod · 0.95
containsKeyMethod · 0.95
putMethod · 0.95
putIfAbsentMethod · 0.95
removeMethod · 0.95
replaceMethod · 0.95

Calls 2

rehashMethod · 0.95
hashMethod · 0.65

Tested by

no test coverage detected