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

Method get

output/java_guava/1.4.17/ForwardingMap.java:102–105  ·  view source on GitHub ↗
(@Nullable Object key)

Source from the content-addressed store, hash-verified

100 }
101
102 @Override
103 public V get(@Nullable Object key) {
104 return delegate().get(key);
105 }
106
107 @CanIgnoreReturnValue
108 @Override

Callers

nothing calls this directly

Calls 2

delegateMethod · 0.95
getMethod · 0.65

Tested by

no test coverage detected