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