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

Method copyEntry

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

Source from the content-addressed store, hash-verified

447 }
448
449 @Override
450 <K, V> ReferenceEntry<K, V> copyEntry(Segment<K, V> segment, ReferenceEntry<K, V> original, ReferenceEntry<K, V> newNext) {
451 ReferenceEntry<K, V> newEntry = super.copyEntry(segment, original, newNext);
452 copyAccessEntry(original, newEntry);
453 return newEntry;
454 }
455 },
456
457

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