Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
550
function
flatMap(values, func) {
551
return
_.flatten(values.map(func), true);
552
}
553
554
function
walkHtml(nodes, callback) {
555
nodes.forEach(
function
(node) {
Callers
4
replaceDeferred
Function · 0.70
convertElements
Function · 0.70
DocumentConversion
Function · 0.70
removeEmpty
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected