Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeNA/PacketProxy
/ exactName
Method
exactName
src/main/java/core/org/xbill/DNS/Cache.java:196–199 ·
view source on GitHub ↗
(Name name)
Source
from the content-addressed store, hash-verified
194
}
195
196
private
synchronized Object
197
exactName(Name name) {
198
return
data.get(name);
199
}
200
201
private
synchronized
void
202
removeName(Name name) {
Callers
1
findElement
Method · 0.95
Calls
1
get
Method · 0.45
Tested by
no test coverage detected