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

Function processUpdate

codebase/sources/dhtmlxscheduler.js:1318–1330  ·  view source on GitHub ↗
(type, event2)

Source from the content-addressed store, hash-verified

1316 processUpdate(type, event2);
1317 }
1318 function processUpdate(type, event2) {
1319 switch (type) {
1320 case "add-event":
1321 handleAddEvent(event2);
1322 break;
1323 case "update-event":
1324 handleUpdateEvent(event2);
1325 break;
1326 case "delete-event":
1327 handleDeleteEvent(event2);
1328 break;
1329 }
1330 }
1331 function ignore(code) {
1332 if (scheduler2._dp) {
1333 scheduler2._dp.ignore(code);

Callers 1

remoteUpdatesFunction · 0.70

Calls 3

handleAddEventFunction · 0.70
handleUpdateEventFunction · 0.70
handleDeleteEventFunction · 0.70

Tested by

no test coverage detected