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

Function ignore

codebase/sources/dhtmlxscheduler.es.js:1327–1333  ·  view source on GitHub ↗
(code)

Source from the content-addressed store, hash-verified

1325 }
1326 }
1327 function ignore(code) {
1328 if (scheduler2._dp) {
1329 scheduler2._dp.ignore(code);
1330 } else {
1331 code();
1332 }
1333 }
1334 function handleAddEvent(eventData) {
1335 if (scheduler2.getEvent(eventData.id)) {
1336 console.warn(`Event with ID ${eventData.id} already exists. Skipping add.`);

Callers 8

handleAddEventFunction · 0.70
handleUpdateEventFunction · 0.70
handleDeleteEventFunction · 0.70
extend$jFunction · 0.70
attachTouchEventFunction · 0.70
doMouseMoveFunction · 0.70
extend$5Function · 0.70
drag_cancelFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected