MCPcopy Index your code
hub / github.com/stemdeckapp/stemdeck / _scheduleSave

Function _scheduleSave

static/js/sections.js:344–348  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

342}
343
344function _scheduleSave() {
345 clearTimeout(_saveTimer);
346 _showSaving();
347 _saveTimer = setTimeout(_save, 600);
348}
349
350async function _save() {
351 if (!_trackId) return;

Callers 5

_wireDragFunction · 0.85
_wireResizeFunction · 0.85
_addSectionFunction · 0.85
_deleteSectionFunction · 0.85
commitFunction · 0.85

Calls 1

_showSavingFunction · 0.85

Tested by

no test coverage detected