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

Function stopImmediatePropagation

out/cli.cjs:9926–9933  ·  view source on GitHub ↗

* Stop event bubbling. * @returns {void}

()

Source from the content-addressed store, hash-verified

9924 * @returns {void}
9925 */
9926 stopImmediatePropagation() {
9927 const data = pd(this);
9928 data.stopped = true;
9929 data.immediateStopped = true;
9930 if (typeof data.event.stopImmediatePropagation === "function") {
9931 data.event.stopImmediatePropagation();
9932 }
9933 },
9934 /**
9935 * The flag to be bubbling.
9936 * @type {boolean}

Callers

nothing calls this directly

Calls 1

pdFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…