Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/stemdeckapp/stemdeck
/ getDeletedJobIds
Function
getDeletedJobIds
static/js/catalog.js:88–90 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
86
const
FOLDER_DRAG_TYPE =
"application/x-stemdeck-folder"
;
87
88
function
getDeletedJobIds() {
89
return
_deletedJobIds;
90
}
91
92
function
markJobsDeleted(ids) {
93
for
(
const
id of ids) _deletedJobIds.add(id);
Callers
1
syncWithServer
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected