MCPcopy Create free account
hub / github.com/LFYSec/MScan / get

Method get

src/main/java/pascal/taie/util/collection/ArrayMap.java:92–96  ·  view source on GitHub ↗
(Object key)

Source from the content-addressed store, hash-verified

90 }
91
92 @Override
93 public V get(Object key) {
94 Entry<K, V> e = getEntry(key);
95 return e == null ? null : e.getValue();
96 }
97
98 @Override
99 public V put(K key, V value) {

Callers

nothing calls this directly

Calls 2

getEntryMethod · 0.95
getValueMethod · 0.45

Tested by

no test coverage detected