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

Function collapseNode

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

Source from the content-addressed store, hash-verified

2239}
2240
2241function collapseNode(node) {
2242 return collapsers[node.type](node);
2243}
2244
2245var collapsers = {
2246 element: collapseElement,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected