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

Function neverEmpty

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

Source from the content-addressed store, hash-verified

2288};
2289
2290function neverEmpty(node) {
2291 return [node];
2292}
2293
2294function elementEmptier(element) {
2295 var children = removeEmpty(element.children);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected