MCPcopy Index your code
hub / github.com/react/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
440export function touchstart(payload) {
441 return createTouchEvent('touchstart', payload);
442}

Callers

nothing calls this directly

Calls 1

createTouchEventFunction · 0.85

Tested by

no test coverage detected