(input)
| 2393 | } |
| 2394 | |
| 2395 | function readEmbeddedStyleMap(input) { |
| 2396 | return unzip.openZip(input) |
| 2397 | .then(docxStyleMap.readStyleMap); |
| 2398 | } |
| 2399 | |
| 2400 | function convertDocumentToHtml(documentResult, options) { |
| 2401 | var styleMapResult = parseStyleMap(options.readStyleMap()); |
nothing calls this directly
no outgoing calls
no test coverage detected