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

Function Ce

codebase/dhtmlxscheduler.es.js:5201–5203  ·  view source on GitHub ↗
(e, i)

Source from the content-addressed store, hash-verified

5199 var t = e % i;
5200 return t * i < 0 ? t + i : t;
5201}, Ce = function(e, i) {
5202 return { div: Math.floor(e / i), mod: te(e, i) };
5203}, ie = function(e) {
5204 return !J(e) || e.length === 0;
5205}, K = function(e) {
5206 return !ie(e);

Callers 1

Calls 1

teFunction · 0.70

Tested by

no test coverage detected