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

Function isEmpty

static/mergely/lib/codemirror.js:8358–8361  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

8356 }
8357
8358 function isEmpty(obj) {
8359 for (var n in obj) if (obj.hasOwnProperty(n) && obj[n]) return false;
8360 return true;
8361 }
8362
8363 // Extending unicode characters. A series of a non-extending char +
8364 // any number of extending chars is treated as a single unit as far

Callers 3

codemirror.jsFile · 0.70
mammoth.browser.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected