MCPcopy 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
2593function sourceEvent(event) {
2594 let sourceEvent;
2595 while (sourceEvent = event.sourceEvent) event = sourceEvent;
2596 return event;
2597}
2598
2599function pointer(event, node) {
2600 event = sourceEvent(event);

Callers 2

pointerFunction · 0.85
pointersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected