MCPcopy Create free account
hub / github.com/ronreiter/interactive-tutorials / isEmpty

Function isEmpty

static/js/codemirror/codemirror.js:4989–4992  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

4987 }
4988
4989 function isEmpty(obj) {
4990 for (var n in obj) if (obj.hasOwnProperty(n) && obj[n]) return false;
4991 return true;
4992 }
4993
4994 var isExtendingChar = /[\u0300-\u036F\u0483-\u0487\u0488-\u0489\u0591-\u05BD\u05BF\u05C1-\u05C2\u05C4-\u05C5\u05C7\u0610-\u061A\u064B-\u065F\u0670\u06D6-\u06DC\u06DF-\u06E4\u06E7-\u06E8\u06EA-\u06ED\uA66F\uA670-\uA672\uA674-\uA67D\uA69F\udc00-\udfff]/;
4995

Callers 1

codemirror.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected