MCPcopy Index your code
hub / github.com/XF-FS/APIKit / getStringMap

Method getStringMap

src/main/java/burp/utils/UrlScanCount.java:12–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10 private final ConcurrentHashMap<String, Integer> countMap = new ConcurrentHashMap();
11
12 public Map<String, Integer> getStringMap() {
13 return this.countMap;
14 }
15
16 public Integer get(String key) {
17 Integer ret = this.countMap.get(key);

Callers 1

addMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected