MCPcopy Create free account
hub / github.com/DeNA/PacketProxy / isUnknown

Method isUnknown

src/main/java/core/org/xbill/DNS/SetResponse.java:113–116  ·  view source on GitHub ↗

Is the answer to the query unknown?

()

Source from the content-addressed store, hash-verified

111
112/** Is the answer to the query unknown? */
113public boolean
114isUnknown() {
115 return (type == UNKNOWN);
116}
117
118/** Is the answer to the query that the name does not exist? */
119public boolean

Callers 1

addAnswerMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected