MCPcopy Index your code
hub / github.com/witheve/Eve / isEmpty

Function isEmpty

src/codemirror.js:8390–8393  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

8388 }
8389
8390 function isEmpty(obj) {
8391 for (var n in obj) if (obj.hasOwnProperty(n) && obj[n]) return false;
8392 return true;
8393 }
8394
8395 // Extending unicode characters. A series of a non-extending char +
8396 // any number of extending chars is treated as a single unit as far

Callers 3

codemirror.jsFile · 0.85
isBoundaryFunction · 0.85
findParagraphFunction · 0.85

Calls 1

getLineMethod · 0.80

Tested by

no test coverage detected