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

Function getStorageKey

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

Source from the content-addressed store, hash-verified

10324 }
10325 function cookie(scheduler2) {
10326 function getStorageKey() {
10327 return (scheduler2._obj.id || "scheduler") + "_settings";
10328 }
10329 const dateToString = scheduler2.date.date_to_str("%Y-%m-%d %H:%i");
10330 const stringToDate = scheduler2.date.str_to_date("%Y-%m-%d %H:%i");
10331 function safeLocalStorageGet(key) {

Callers 2

readStoredStateFunction · 0.70
cookieFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected