Is the answer to the query that the name does not exist?
()
| 117 | |
| 118 | /** Is the answer to the query that the name does not exist? */ |
| 119 | public boolean |
| 120 | isNXDOMAIN() { |
| 121 | return (type == NXDOMAIN); |
| 122 | } |
| 123 | |
| 124 | /** Is the answer to the query that the name exists, but the type does not? */ |
| 125 | public boolean |
no outgoing calls
no test coverage detected