Method
getConcurrentMap
(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 | } |
Tested by
no test coverage detected