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

Function relationshipsFilename

static/word2md/mammoth.browser.js:1715–1718  ·  view source on GitHub ↗
(filename)

Source from the content-addressed store, hash-verified

1713}
1714
1715function relationshipsFilename(filename) {
1716 var split = zipfile.splitPath(filename);
1717 return zipfile.joinPath(split.dirname, "_rels", split.basename + ".rels");
1718}
1719
1720var readContentTypesFromZipFile = xmlFileReader({
1721 filename: "[Content_Types].xml",

Callers 2

findPartPathsFunction · 0.70
readXmlFileWithBodyFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected