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

Function readStylesFromZipFile

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

Source from the content-addressed store, hash-verified

1734}
1735
1736function readStylesFromZipFile(zipFile, path) {
1737 return xmlFileReader({
1738 filename: path,
1739 readElement: stylesReader.readStylesXml,
1740 defaultValue: stylesReader.defaultStyles
1741 })(zipFile);
1742}
1743
1744var readPackageRelationships = xmlFileReader({
1745 filename: "_rels/.rels",

Callers 1

readFunction · 0.70

Calls 1

xmlFileReaderFunction · 0.70

Tested by

no test coverage detected