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

Function isEmpty

static/editor.md/lib/codemirror/lib/codemirror.js:8122–8125  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

8120 }
8121
8122 function isEmpty(obj) {
8123 for (var n in obj) if (obj.hasOwnProperty(n) && obj[n]) return false;
8124 return true;
8125 }
8126
8127 // Extending unicode characters. A series of a non-extending char +
8128 // any number of extending chars is treated as a single unit as far

Callers 1

codemirror.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected