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

Function writeStyleMap

static/word2md/mammoth.browser.js:1970–1975  ·  view source on GitHub ↗
(docxFile, styleMap)

Source from the content-addressed store, hash-verified

1968var styleMapAbsolutePath = "/" + styleMapPath;
1969
1970function writeStyleMap(docxFile, styleMap) {
1971 docxFile.write(styleMapPath, styleMap);
1972 return updateRelationships(docxFile).then(function() {
1973 return updateContentTypes(docxFile);
1974 });
1975}
1976
1977function updateRelationships(docxFile) {
1978 var path = "word/_rels/document.xml.rels";

Callers

nothing calls this directly

Calls 2

updateRelationshipsFunction · 0.70
updateContentTypesFunction · 0.70

Tested by

no test coverage detected