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

Function preventDefault

out/cli.cjs:9952–9954  ·  view source on GitHub ↗

* Cancel this event. * @returns {void}

()

Source from the content-addressed store, hash-verified

9950 * @returns {void}
9951 */
9952 preventDefault() {
9953 setCancelFlag(pd(this));
9954 },
9955 /**
9956 * The flag to indicate cancellation state.
9957 * @type {boolean}

Callers

nothing calls this directly

Calls 2

setCancelFlagFunction · 0.85
pdFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…