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

Method abort

out/cli.cjs:59372–59377  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59370 "Failed to construct 'Request': member signal is not of type AbortSignal."
59371 );
59372 }
59373 if (signal.aborted) {
59374 ac.abort(signal.reason);
59375 } else {
59376 this[kAbortController] = ac;
59377 const acRef = new WeakRef(ac);
59378 const abort = function() {
59379 const ac2 = acRef.deref();
59380 if (ac2 !== void 0) {

Callers 5

constructorMethod · 0.95
onBodySentMethod · 0.95
onRequestSentMethod · 0.95
onHeadersMethod · 0.95
onDataMethod · 0.95

Calls 2

derefMethod · 0.80
abortMethod · 0.45

Tested by

no test coverage detected