MCPcopy
hub / github.com/sansan0/TrendRadar / saveFrequencyToLocalStorage

Function saveFrequencyToLocalStorage

docs/assets/script.js:452–454  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

450}
451
452function saveFrequencyToLocalStorage() {
453 _saveToStorage(currentFrequency, STORAGE_KEY_FREQUENCY, STORAGE_KEY_FREQUENCY_TIME, 'frequency');
454}
455
456function saveTimelineToLocalStorage() {
457 _saveToStorage(currentTimeline, STORAGE_KEY_TIMELINE, STORAGE_KEY_TIMELINE_TIME, 'timeline');

Callers 2

debounceSaveFrequencyFunction · 0.85
saveAllToLocalStorageFunction · 0.85

Calls 1

_saveToStorageFunction · 0.85

Tested by

no test coverage detected