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

Function deleteExceptionFromStorage

codebase/sources/dhtmlxscheduler.es.js:18518–18525  ·  view source on GitHub ↗
(exception)

Source from the content-addressed store, hash-verified

18516 scheduler2.callEvent("onEventChanged", [scheduler2._events[targetIndex].id, scheduler2._events[targetIndex]]);
18517 }
18518 function deleteExceptionFromStorage(exception) {
18519 for (const i in scheduler2._events) {
18520 let tev = scheduler2._events[i];
18521 if (tev.id == exception.id) {
18522 delete scheduler2._events[i];
18523 }
18524 }
18525 }
18526 function updateTextEvents(id, data) {
18527 for (let i in scheduler2._events) {
18528 let tev = scheduler2._events[i];

Callers 3

recurringFunction · 0.70
handleFollowingFunction · 0.70
handleAllEventsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected