Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/facebook/react
/ scroll
Function
scroll
packages/dom-event-testing-library/domEvents.js:270–272 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
268
}
269
270
export
function
scroll() {
271
return
createEvent(
'scroll'
);
272
}
273
274
export
function
virtualclick(payload) {
275
return
createMouseEvent(
'click'
, {
Callers
nothing calls this directly
Calls
1
createEvent
Function · 0.70
Tested by
no test coverage detected