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

Function m

codebase/dhtmlxscheduler.es.js:546–548  ·  view source on GitHub ↗
(c, u)

Source from the content-addressed store, hash-verified

544 var l, h = this._dp && this._dp.updateMode != "off";
545 h && (l = this._dp.updateMode, this._dp.setUpdateMode("off"));
546 const p = { setModeDate: { date: null, mode: null }, needRender: !1, needUpdateView: !1, repaintEvents: {} }, m = (c, u) => {
547 c && (p.setModeDate.date = c), u && (p.setModeDate.mode = u);
548 };
549 var g = { render: (c, u) => {
550 p.needRender = !0, m(c, u);
551 }, setCurrentView: (c, u) => {

Callers 5

TtFunction · 0.70
YeFunction · 0.70
eaFunction · 0.70
DFunction · 0.70

Calls 5

cFunction · 0.70
uidMethod · 0.65
callEventMethod · 0.65
destructorMethod · 0.65
renderMethod · 0.65

Tested by

no test coverage detected