MCPcopy
hub / github.com/di-sukharev/opencommit / isStopped

Function isStopped

out/cli.cjs:10096–10098  ·  view source on GitHub ↗
(event)

Source from the content-addressed store, hash-verified

10094 return new Wrapper(eventTarget, event);
10095 }
10096 function isStopped(event) {
10097 return pd(event).immediateStopped;
10098 }
10099 function setEventPhase(event, eventPhase) {
10100 pd(event).eventPhase = eventPhase;
10101 }

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…