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

Method getEntry

output/java_guava/1.4.13/LocalCache.java:701–704  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

699 }
700
701 @Override
702 public ReferenceEntry<Object, Object> getEntry() {
703 return null;
704 }
705
706 @Override
707 public ValueReference<Object, Object> copyFor(ReferenceQueue<Object> queue, @Nullable Object value, ReferenceEntry<Object, Object> entry) {

Callers

nothing calls this directly

Calls 3

hashMethod · 0.65
getEntryMethod · 0.65
segmentForMethod · 0.45

Tested by

no test coverage detected