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

Function empty

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

Source from the content-addressed store, hash-verified

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

Callers 4

notEmptyFunction · 0.70
rebuildYearFunction · 0.70
rebuildMonthFunction · 0.70

Calls 1

isPresentFunction · 0.70

Tested by

no test coverage detected