Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/antlr/codebuff
/ get
Method
get
output/java_guava/1.4.19/LocalCache.java:701–704 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
699
700
static
final
ValueReference<Object, Object> UNSET =
new
ValueReference<Object, Object>() {
701
@Override
702
public
Object get() {
703
return
null;
704
}
705
706
@Override
707
public
int
getWeight() {
Callers
4
getOrDefault
Method · 0.95
getOrLoad
Method · 0.95
getAllPresent
Method · 0.95
getAll
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