Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/breck7/scroll
/ sourceEvent
Function
sourceEvent
external/.d3.js:2593–2597 ·
view source on GitHub ↗
(event)
Source
from the content-addressed store, hash-verified
2591
};
2592
2593
function
sourceEvent(event) {
2594
let
sourceEvent;
2595
while
(sourceEvent = event.sourceEvent) event = sourceEvent;
2596
return
event;
2597
}
2598
2599
function
pointer(event, node) {
2600
event = sourceEvent(event);
Callers
2
pointer
Function · 0.85
pointers
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected