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/Zone.java:229–232 ·
view source on GitHub ↗
(Name name)
Source
from the content-addressed store, hash-verified
227
}
228
229
private
synchronized Object
230
exactName(Name name) {
231
return
data.get(name);
232
}
233
234
private
synchronized RRset []
235
allRRsets(Object types) {
Callers
4
validate
Method · 0.95
findRRset
Method · 0.95
lookup
Method · 0.95
findExactMatch
Method · 0.95
Calls
1
get
Method · 0.45
Tested by
no test coverage detected