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

Function stopPropagation

out/cli.cjs:9915–9921  ·  view source on GitHub ↗

* Stop event bubbling. * @returns {void}

()

Source from the content-addressed store, hash-verified

9913 * @returns {void}
9914 */
9915 stopPropagation() {
9916 const data = pd(this);
9917 data.stopped = true;
9918 if (typeof data.event.stopPropagation === "function") {
9919 data.event.stopPropagation();
9920 }
9921 },
9922 /**
9923 * Stop event bubbling.
9924 * @returns {void}

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…