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

Method getConcurrentMap

src/test/resources/pta/misc/TestMap.java:24–26  ·  view source on GitHub ↗
(ConcurrentMap<String, Object> m, String key)

Source from the content-addressed store, hash-verified

22 }
23
24 static Object getConcurrentMap(ConcurrentMap<String, Object> m, String key) {
25 return m.get(key);
26 }
27}

Callers 1

mainMethod · 0.95

Calls 1

getMethod · 0.65

Tested by

no test coverage detected