MCPcopy Create free account
hub / github.com/TruthHun/BookStack / readXmlElements

Function readXmlElements

static/word2md/mammoth.browser.js:822–825  ·  view source on GitHub ↗
(elements)

Source from the content-addressed store, hash-verified

820 var styles = options.styles;
821
822 function readXmlElements(elements) {
823 var results = elements.map(readXmlElement);
824 return combineResults(results);
825 }
826
827 function readXmlElement(element) {
828 if (element.type === "element") {

Callers 5

readChildElementsFunction · 0.70
BodyReaderFunction · 0.70
readTableFunction · 0.70
readTableRowFunction · 0.70
readTableCellFunction · 0.70

Calls 1

combineResultsFunction · 0.70

Tested by

no test coverage detected