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

Function tryShowNow

codebase/sources/dhtmlxscheduler.js:21159–21168  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21157 return;
21158 }
21159 const tryShowNow = function() {
21160 if (scheduler2.$destroyed) {
21161 return;
21162 }
21163 if (scheduler2.getEvent(eventId)) {
21164 scheduler2.showEvent(eventId);
21165 return true;
21166 }
21167 return false;
21168 };
21169 if (tryShowNow()) {
21170 return;
21171 }

Callers 1

showEventWhenPossibleFunction · 0.70

Calls 2

getEventMethod · 0.65
showEventMethod · 0.65

Tested by

no test coverage detected