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

Method question

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

Source from the content-addressed store, hash-verified

29 get authorities() { return native("xs_dnspacket_get_authorities").call(this); }
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);

Callers 7

callbackMethod · 0.95
callbackMethod · 0.95
#receiveMethod · 0.95
xsbug-log.jsFile · 0.80
cmdRunMethod · 0.80
#onPacketMethod · 0.80
dumpPacketFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected