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

Function RRule2

codebase/sources/dhtmlxscheduler.js:17773–17784  ·  view source on GitHub ↗
(options, noCache)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

initializeOptions$1Function · 0.70
parseOptionsFunction · 0.70

Tested by

no test coverage detected