(index)
| 30 | get additionals() { return native("xs_dnspacket_get_additionals").call(this); } |
| 31 | question(index) { return native("xs_dnspacket_question").call(this, index); } |
| 32 | answer(index) { return native("xs_dnspacket_answer").call(this, index); } |
| 33 | authority(index) { |
| 34 | return this.answer(this.answers + index); |
| 35 | } |
no outgoing calls
no test coverage detected