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

Method writeSections

modules/network/dns/dnsserializer.js:235–238  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

233 }
234 }
235 writeSections() {
236 for (let i = 0, sections = this.sections, length = sections.length; i < length; i++)
237 sections[i].forEach(record => this.writeRecord(record));
238 }
239 build() {
240 const sections = this.sections;
241 this.state = {position: 12, nameOffsets: new Map};

Callers 1

buildMethod · 0.95

Calls 1

writeRecordMethod · 0.95

Tested by

no test coverage detected