Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2290
function
neverEmpty(node) {
2291
return
[node];
2292
}
2293
2294
function
elementEmptier(element) {
2295
var
children = removeEmpty(element.children);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected