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

Function me

codebase/dhtmlxscheduler.es.js:5193–5197  ·  view source on GitHub ↗
(e, i, t)

Source from the content-addressed store, hash-verified

5191 return Q(e) ? e : [e];
5192};
5193function me(e, i, t) {
5194 t === void 0 && (t = " ");
5195 var n = String(e);
5196 return i |= 0, n.length > i ? String(n) : ((i -= n.length) > t.length && (t += Y(t, i / t.length)), t.slice(0, i) + String(n));
5197}
5198var te = function(e, i) {
5199 var t = e % i;
5200 return t * i < 0 ? t + i : t;

Callers 1

VeFunction · 0.70

Calls 1

YFunction · 0.70

Tested by

no test coverage detected