MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / authority

Method authority

modules/network/dns/dnsparser.js:33–35  ·  view source on GitHub ↗
(index)

Source from the content-addressed store, hash-verified

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 }
36 additional(index) {
37 return this.answer(this.answers + this.authorities + index);
38 }

Callers 2

callbackMethod · 0.95
#onPacketMethod · 0.80

Calls 1

answerMethod · 0.95

Tested by

no test coverage detected