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

Function empty

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

Source from the content-addressed store, hash-verified

15772 return { div: Math.floor(a / b), mod: pymod(a, b) };
15773 };
15774 var empty = function(obj) {
15775 return !isPresent(obj) || obj.length === 0;
15776 };
15777 var notEmpty = function(obj) {
15778 return !empty(obj);
15779 };

Callers 4

notEmptyFunction · 0.70
dhtmlxscheduler.jsFile · 0.70
rebuildYearFunction · 0.70
rebuildMonthFunction · 0.70

Calls 1

isPresentFunction · 0.70

Tested by

no test coverage detected