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

Function collapseElement

static/word2md/mammoth.browser.js:2251–2253  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

2249};
2250
2251function collapseElement(node) {
2252 return ast.elementWithTag(node.tag, collapse(node.children));
2253}
2254
2255function identity(value) {
2256 return value;

Callers

nothing calls this directly

Calls 1

collapseFunction · 0.70

Tested by

no test coverage detected