MCPcopy Index your code
hub / github.com/di-sukharev/opencommit / setEventPhase

Function setEventPhase

out/cli.cjs:10099–10101  ·  view source on GitHub ↗
(event, eventPhase)

Source from the content-addressed store, hash-verified

10097 return pd(event).immediateStopped;
10098 }
10099 function setEventPhase(event, eventPhase) {
10100 pd(event).eventPhase = eventPhase;
10101 }
10102 function setCurrentTarget(event, currentTarget) {
10103 pd(event).currentTarget = currentTarget;
10104 }

Callers 1

dispatchEventFunction · 0.85

Calls 1

pdFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…