Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TruthHun/BookStack
/ simplify
Function
simplify
static/word2md/mammoth.browser.js:2228–2230 ·
view source on GitHub ↗
(nodes)
Source
from the content-addressed store, hash-verified
2226
var
ast = require(
"./ast"
);
2227
2228
function
simplify(nodes) {
2229
return
collapse(removeEmpty(nodes));
2230
}
2231
2232
function
collapse(nodes) {
2233
var
children = [];
Callers
nothing calls this directly
Calls
2
collapse
Function · 0.70
removeEmpty
Function · 0.70
Tested by
no test coverage detected