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

Method get

output/java_guava/1.4.19/StandardTable.java:316–320  ·  view source on GitHub ↗
(Object key)

Source from the content-addressed store, hash-verified

314 }
315
316 @Override
317 public V get(Object key) {
318 Map<C, V> backingRowMap = backingRowMap();
319 return (key != null && backingRowMap != null) ? Maps.safeGet(backingRowMap, key) : null;
320 }
321
322 @Override
323 public V put(C key, V value) {

Callers

nothing calls this directly

Calls 2

backingRowMapMethod · 0.95
safeGetMethod · 0.95

Tested by

no test coverage detected