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

Method get

corpus/java/training/guava/collect/HashBiMap.java:251–255  ·  view source on GitHub ↗
(@Nullable Object key)

Source from the content-addressed store, hash-verified

249 }
250
251 @Nullable
252 @Override
253 public V get(@Nullable Object key) {
254 return Maps.valueOrNull(seekByKey(key, smearedHash(key)));
255 }
256
257 @CanIgnoreReturnValue
258 @Override

Callers

nothing calls this directly

Calls 3

valueOrNullMethod · 0.95
seekByKeyMethod · 0.95
smearedHashMethod · 0.80

Tested by

no test coverage detected