MCPcopy 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
744function closeSwipe() {
745 state.swipedTrackId = null;
746 closeOtherSwipes(null);
747}
748
749async function deleteTrack(id) {
750 state.swipedTrackId = null;

Callers 1

app.jsFile · 0.85

Calls 1

closeOtherSwipesFunction · 0.85

Tested by

no test coverage detected