Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/stemdeckapp/stemdeck
/ mv
Function
mv
static/mobile/app.js:788–788 ·
view source on GitHub ↗
(ev)
Source
from the content-addressed store, hash-verified
786
set(e.clientX);
787
el.setPointerCapture(e.pointerId);
788
const
mv = (ev) => set(ev.clientX);
789
const
up = () => {
790
el.removeEventListener(
"pointermove"
, mv);
791
el.removeEventListener(
"pointerup"
, up);
Callers
nothing calls this directly
Calls
2
set
Function · 0.85
seek
Function · 0.70
Tested by
no test coverage detected