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

Function emitResult

codebase/sources/dhtmlxscheduler.es.js:17742–17744  ·  view source on GitHub ↗
(iterResult)

Source from the content-addressed store, hash-verified

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

Callers 1

iterFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected