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

Method answer

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

Source from the content-addressed store, hash-verified

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 }

Callers 11

authorityMethod · 0.95
additionalMethod · 0.95
callbackMethod · 0.95
callbackMethod · 0.95
callbackMethod · 0.95
callbackFunction · 0.95
#receiveMethod · 0.95
scanPacketMethod · 0.80
scanPacketMethod · 0.80
#onPacketMethod · 0.80
dumpPacketFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected