MCPcopy 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

2226var ast = require("./ast");
2227
2228function simplify(nodes) {
2229 return collapse(removeEmpty(nodes));
2230}
2231
2232function collapse(nodes) {
2233 var children = [];

Callers

nothing calls this directly

Calls 2

collapseFunction · 0.70
removeEmptyFunction · 0.70

Tested by

no test coverage detected