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

Function isPresent

codebase/sources/dhtmlxscheduler.js:15707–15709  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

15705 return Weekday2;
15706 }();
15707 var isPresent = function(value) {
15708 return value !== null && value !== void 0;
15709 };
15710 var isNumber = function(value) {
15711 return typeof value === "number";
15712 };

Callers 7

emptyFunction · 0.70
ToText2Function · 0.70
parseOptionsFunction · 0.70
optionsToStringFunction · 0.70
dhtmlxscheduler.jsFile · 0.70
buildPoslistFunction · 0.70
iterFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected