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

Function RRule2

codebase/sources/dhtmlxscheduler.es.js:17769–17780  ·  view source on GitHub ↗
(options, noCache)

Source from the content-addressed store, hash-verified

17767var defaultKeys = Object.keys(DEFAULT_OPTIONS$1);
17768var RRule = function() {
17769 function RRule2(options, noCache) {
17770 if (options === void 0) {
17771 options = {};
17772 }
17773 if (noCache === void 0) {
17774 noCache = false;
17775 }
17776 this._cache = noCache ? null : new Cache();
17777 this.origOptions = initializeOptions$1(options);
17778 var parsedOptions = parseOptions(options).parsedOptions;
17779 this.options = parsedOptions;
17780 }
17781 RRule2.parseText = function(text, language) {
17782 return parseText(text, language);
17783 };

Callers

nothing calls this directly

Calls 2

initializeOptions$1Function · 0.70
parseOptionsFunction · 0.70

Tested by

no test coverage detected