Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
41
export
default Parser;
Callers
3
scanPacket
Method · 0.80
scanPacket
Method · 0.80
dumpPacket
Function · 0.80
Calls
1
answer
Method · 0.95
Tested by
no test coverage detected