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

Method get

src/main/java/burp/utils/UrlScanCount.java:16–22  ·  view source on GitHub ↗
(String key)

Source from the content-addressed store, hash-verified

14 }
15
16 public Integer get(String key) {
17 Integer ret = this.countMap.get(key);
18 if (ret == null) {
19 return 0;
20 }
21 return ret;
22 }
23
24 /*
25 * WARNING - Removed try catching itself - possible behaviour change.

Callers 15

addMethod · 0.95
getRequestMethod · 0.80
processHttpMessageMethod · 0.80
getCookieHeaderMethod · 0.80
doPassiveScanMethod · 0.80
delMethod · 0.80
TrimDupHeaderMethod · 0.80
randomChoiceMethod · 0.80
isFingerprintMatchMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected