Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/XF-FS/APIKit
/ del
Method
del
src/main/java/burp/utils/UrlScanCount.java:38–42 ·
view source on GitHub ↗
(String key)
Source
from the content-addressed store, hash-verified
36
}
37
38
public
void
del(String key) {
39
if
(this.countMap.get(key) != null) {
40
this.countMap.remove(key);
41
}
42
}
43
44
public
void
clear() {
45
this.countMap.clear();
Callers
nothing calls this directly
Calls
1
get
Method · 0.80
Tested by
no test coverage detected