MCPcopy Create free account
hub / github.com/DHTMLX/scheduler / notEmpty

Function notEmpty

codebase/sources/dhtmlxscheduler.js:15777–15779  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

15775 return !isPresent(obj) || obj.length === 0;
15776 };
15777 var notEmpty = function(obj) {
15778 return !empty(obj);
15779 };
15780 var includes = function(arr, val) {
15781 return notEmpty(arr) && arr.indexOf(val) !== -1;
15782 };

Callers 6

includesFunction · 0.70
parseOptionsFunction · 0.70
dhtmlxscheduler.jsFile · 0.70
iterFunction · 0.70
isFilteredFunction · 0.70
makeTimesetFunction · 0.70

Calls 1

emptyFunction · 0.70

Tested by

no test coverage detected