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

Method get

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 4

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

Tested by

no test coverage detected