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

Function notEmpty

codebase/sources/dhtmlxscheduler.es.js:15773–15775  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

15771 return !isPresent(obj) || obj.length === 0;
15772};
15773var notEmpty = function(obj) {
15774 return !empty(obj);
15775};
15776var includes = function(arr, val) {
15777 return notEmpty(arr) && arr.indexOf(val) !== -1;
15778};

Callers 6

includesFunction · 0.70
parseOptionsFunction · 0.70
iterFunction · 0.70
isFilteredFunction · 0.70
makeTimesetFunction · 0.70

Calls 1

emptyFunction · 0.70

Tested by

no test coverage detected