MCPcopy 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
229private synchronized Object
230exactName(Name name) {
231 return data.get(name);
232}
233
234private synchronized RRset []
235allRRsets(Object types) {

Callers 4

validateMethod · 0.95
findRRsetMethod · 0.95
lookupMethod · 0.95
findExactMatchMethod · 0.95

Calls 1

getMethod · 0.45

Tested by

no test coverage detected