Code
Hub
Workspaces
Connect your AI tool
Indexed graphs
Engine
MCP
copy
hub
/
github.com/google/guava
/ get
Method
get
guava/src/com/google/common/cache/LocalCache.java:711–714 · guava/src/com/google/common/cache/LocalCache.java::LocalCache.get
()
Source
from the content-addressed store, hash-verified
709
static
final
ValueReference<Object, Object> UNSET =
710
new
ValueReference<Object, Object>() {
711
@Override
712
public
@Nullable Object get() {
713
return
null;
714
}
715
716
@Override
717
public
int
getWeight() {
Callers
5
getOrDefault
Method · 0.95
getOrLoad
Method · 0.95
getAllPresent
Method · 0.95
getAll
Method · 0.95
removeIf
Method · 0.95
Calls
4
hash
Method · 0.95
segmentFor
Method · 0.95
get
Method · 0.65
checkNotNull
Method · 0.45
Tested by
no test coverage detected