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

Method copyEntry

output/java_guava/1.4.17/LocalCache.java:455–460  ·  view source on GitHub ↗
(Segment<K, V> segment, ReferenceEntry<K, V> original, ReferenceEntry<K, V> newNext)

Source from the content-addressed store, hash-verified

453 }
454
455 @Override
456 <K, V> ReferenceEntry<K, V> copyEntry(Segment<K, V> segment, ReferenceEntry<K, V> original, ReferenceEntry<K, V> newNext) {
457 ReferenceEntry<K, V> newEntry = super.copyEntry(segment, original, newNext);
458 copyAccessEntry(original, newEntry);
459 return newEntry;
460 }
461 },
462
463

Callers

nothing calls this directly

Calls 6

copyAccessEntryMethod · 0.95
copyWriteEntryMethod · 0.95
newEntryMethod · 0.95
getKeyMethod · 0.65
getHashMethod · 0.65
copyEntryMethod · 0.45

Tested by

no test coverage detected