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

Function composedPath

out/cli.cjs:9869–9875  ·  view source on GitHub ↗

* @returns {EventTarget[]} The composed path of this event.

()

Source from the content-addressed store, hash-verified

9867 * @returns {EventTarget[]} The composed path of this event.
9868 */
9869 composedPath() {
9870 const currentTarget = pd(this).currentTarget;
9871 if (currentTarget == null) {
9872 return [];
9873 }
9874 return [currentTarget];
9875 },
9876 /**
9877 * Constant of NONE.
9878 * @type {number}

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…