Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
113
function
getTrashFolder() {
114
ensureTrash();
115
return
folders.find((f) => f.id === TRASH_ID);
116
}
117
118
function
removeTrackFromFolders(trackId) {
119
for
(
const
folder of folders) {
Callers
10
addTrackToLibrary
Function · 0.85
moveTrackToTrash
Function · 0.85
deleteFolder
Function · 0.85
restoreTrackFromTrash
Function · 0.85
render
Function · 0.85
wireCatalogRailViews
Function · 0.85
syncWithServer
Function · 0.85
libraryUnavailableCount
Function · 0.85
renderLibraryRows
Function · 0.85
resyncLibrary
Function · 0.85
Calls
1
ensureTrash
Function · 0.85
Tested by
no test coverage detected