Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
hash
Method · 0.95
segmentFor
Method · 0.95
getEntry
Method · 0.65
Tested by
no test coverage detected