Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
344
function
_scheduleSave() {
345
clearTimeout(_saveTimer);
346
_showSaving();
347
_saveTimer = setTimeout(_save, 600);
348
}
349
350
async
function
_save() {
351
if
(!_trackId)
return
;
Callers
5
_wireDrag
Function · 0.85
_wireResize
Function · 0.85
_addSection
Function · 0.85
_deleteSection
Function · 0.85
commit
Function · 0.85
Calls
1
_showSaving
Function · 0.85
Tested by
no test coverage detected