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

Function readNumberingFromZipFile

static/word2md/mammoth.browser.js:1726–1734  ·  view source on GitHub ↗
(zipFile, path, styles)

Source from the content-addressed store, hash-verified

1724});
1725
1726function readNumberingFromZipFile(zipFile, path, styles) {
1727 return xmlFileReader({
1728 filename: path,
1729 readElement: function(element) {
1730 return numberingXml.readNumberingXml(element, {styles: styles});
1731 },
1732 defaultValue: numberingXml.defaultNumbering
1733 })(zipFile);
1734}
1735
1736function readStylesFromZipFile(zipFile, path) {
1737 return xmlFileReader({

Callers 1

readFunction · 0.70

Calls 1

xmlFileReaderFunction · 0.70

Tested by

no test coverage detected