MCPcopy Create free account
hub / github.com/breck7/scroll / _parseXml2

Method _parseXml2

external/.scrollLibs.js:17793–17797  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

17791 return new Particle(table.map(row => this._zipObject(header, row)))
17792 }
17793 static _parseXml2(str) {
17794 const el = document.createElement("div")
17795 el.innerHTML = str
17796 return el
17797 }
17798 // todo: cleanup typings
17799 static _particleFromXml(xml) {
17800 const result = new Particle()

Callers 1

fromXmlMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected