()
| 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) { |
no outgoing calls
no test coverage detected