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

Method additional

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

Source from the content-addressed store, hash-verified

34 return this.answer(this.answers + index);
35 }
36 additional(index) {
37 return this.answer(this.answers + this.authorities + index);
38 }
39}
40
41export default Parser;

Callers 3

scanPacketMethod · 0.80
scanPacketMethod · 0.80
dumpPacketFunction · 0.80

Calls 1

answerMethod · 0.95

Tested by

no test coverage detected