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

Function flatMap

static/word2md/mammoth.browser.js:550–552  ·  view source on GitHub ↗
(values, func)

Source from the content-addressed store, hash-verified

548}
549
550function flatMap(values, func) {
551 return _.flatten(values.map(func), true);
552}
553
554function walkHtml(nodes, callback) {
555 nodes.forEach(function(node) {

Callers 4

replaceDeferredFunction · 0.70
convertElementsFunction · 0.70
DocumentConversionFunction · 0.70
removeEmptyFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected