Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LFYSec/MScan
/ getMap
Method
getMap
src/test/resources/pta/misc/TestMap.java:20–22 ·
view source on GitHub ↗
(Map<String, Object> m, String key)
Source
from the content-addressed store, hash-verified
18
}
19
20
static
Object getMap(Map<String, Object> m, String key) {
21
return
m.get(key);
22
}
23
24
static
Object getConcurrentMap(ConcurrentMap<String, Object> m, String key) {
25
return
m.get(key);
Callers
1
main
Method · 0.95
Calls
1
get
Method · 0.65
Tested by
no test coverage detected