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

Method get

corpus/java/training/guava/cache/LocalCache.java:693–696  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

691 static final ValueReference<Object, Object> UNSET =
692 new ValueReference<Object, Object>() {
693 @Override
694 public Object get() {
695 return null;
696 }
697
698 @Override
699 public int getWeight() {

Callers 4

getOrDefaultMethod · 0.95
getOrLoadMethod · 0.95
getAllPresentMethod · 0.95
getAllMethod · 0.95

Calls 4

hashMethod · 0.95
segmentForMethod · 0.95
getMethod · 0.65
checkNotNullMethod · 0.45

Tested by

no test coverage detected