Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/facebook/react
/ touchstart
Function
touchstart
packages/dom-event-testing-library/domEvents.js:440–442 ·
view source on GitHub ↗
(payload)
Source
from the content-addressed store, hash-verified
438
}
439
440
export
function
touchstart(payload) {
441
return
createTouchEvent(
'touchstart'
, payload);
442
}
Callers
nothing calls this directly
Calls
1
createTouchEvent
Function · 0.85
Tested by
no test coverage detected