Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/stemdeckapp/stemdeck
/ closeSwipe
Function
closeSwipe
static/mobile/app.js:744–747 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
742
}
743
744
function
closeSwipe() {
745
state.swipedTrackId = null;
746
closeOtherSwipes(null);
747
}
748
749
async
function
deleteTrack(id) {
750
state.swipedTrackId = null;
Callers
1
app.js
File · 0.85
Calls
1
closeOtherSwipes
Function · 0.85
Tested by
no test coverage detected