Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeNA/PacketProxy
/ removeName
Method
removeName
src/main/java/core/org/xbill/DNS/Cache.java:201–204 ·
view source on GitHub ↗
(Name name)
Source
from the content-addressed store, hash-verified
199
}
200
201
private
synchronized
void
202
removeName(Name name) {
203
data.remove(name);
204
}
205
206
private
synchronized Element []
207
allElements(Object types) {
Callers
1
flushName
Method · 0.95
Calls
1
remove
Method · 0.45
Tested by
no test coverage detected