MCPcopy Index your code
hub / github.com/TruthHun/BookStack / xmlFileReader

Function xmlFileReader

static/word2md/mammoth.browser.js:1683–1690  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

1681}
1682
1683function xmlFileReader(options) {
1684 return function(zipFile) {
1685 return readXmlFromZipFile(zipFile, options.filename)
1686 .then(function(element) {
1687 return element ? options.readElement(element) : options.defaultValue;
1688 });
1689 };
1690}
1691
1692function readXmlFileWithBody(filename, options, func) {
1693 var readRelationshipsFromZipFile = xmlFileReader({

Callers 5

findPartPathsFunction · 0.70
readXmlFileWithBodyFunction · 0.70
mammoth.browser.jsFile · 0.70
readNumberingFromZipFileFunction · 0.70
readStylesFromZipFileFunction · 0.70

Calls 1

readXmlFromZipFileFunction · 0.70

Tested by

no test coverage detected