MCPcopy
hub / github.com/stemdeckapp/stemdeck / getTrashFolder

Function getTrashFolder

static/js/catalog.js:113–116  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

111}
112
113function getTrashFolder() {
114 ensureTrash();
115 return folders.find((f) => f.id === TRASH_ID);
116}
117
118function removeTrackFromFolders(trackId) {
119 for (const folder of folders) {

Callers 10

addTrackToLibraryFunction · 0.85
moveTrackToTrashFunction · 0.85
deleteFolderFunction · 0.85
restoreTrackFromTrashFunction · 0.85
renderFunction · 0.85
wireCatalogRailViewsFunction · 0.85
syncWithServerFunction · 0.85
libraryUnavailableCountFunction · 0.85
renderLibraryRowsFunction · 0.85
resyncLibraryFunction · 0.85

Calls 1

ensureTrashFunction · 0.85

Tested by

no test coverage detected