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

Function cancelable

out/cli.cjs:9945–9947  ·  view source on GitHub ↗

* The flag to be cancelable. * @type {boolean}

()

Source from the content-addressed store, hash-verified

9943 * @type {boolean}
9944 */
9945 get cancelable() {
9946 return Boolean(pd(this).event.cancelable);
9947 },
9948 /**
9949 * Cancel this event.
9950 * @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…