MCPcopy
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

86const FOLDER_DRAG_TYPE = "application/x-stemdeck-folder";
87
88function getDeletedJobIds() {
89 return _deletedJobIds;
90}
91
92function markJobsDeleted(ids) {
93 for (const id of ids) _deletedJobIds.add(id);

Callers 1

syncWithServerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected