Is the result of the lookup a DNAME?
()
| 141 | |
| 142 | /** Is the result of the lookup a DNAME? */ |
| 143 | public boolean |
| 144 | isDNAME() { |
| 145 | return (type == DNAME); |
| 146 | } |
| 147 | |
| 148 | /** Was the query successful? */ |
| 149 | public boolean |
no outgoing calls
no test coverage detected