MCPcopy
hub / github.com/google/guava / getEntry

Method getEntry

guava/src/com/google/common/cache/LocalCache.java:721–724  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

719 }
720
721 @Override
722 public @Nullable ReferenceEntry<Object, Object> getEntry() {
723 return null;
724 }
725
726 @Override
727 public ValueReference<Object, Object> copyFor(

Callers

nothing calls this directly

Calls 3

hashMethod · 0.95
segmentForMethod · 0.95
getEntryMethod · 0.65

Tested by

no test coverage detected