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

Function emitResult

codebase/sources/dhtmlxscheduler.js:17746–17748  ·  view source on GitHub ↗
(iterResult)

Source from the content-addressed store, hash-verified

17744 return new DateWithZone(date, options.tzid).rezonedDate();
17745 }
17746 function emitResult(iterResult) {
17747 return iterResult.getValue();
17748 }
17749 function removeFilteredDays(dayset, start, end, ii, options) {
17750 var filtered = false;
17751 for (var dayCounter = start; dayCounter < end; dayCounter++) {

Callers 1

iterFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected