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

Function cancel2Algorithm

out/cli.cjs:13531–13540  ·  view source on GitHub ↗
(reason)

Source from the content-addressed store, hash-verified

13529 return cancelPromise;
13530 }
13531 function cancel2Algorithm(reason) {
13532 canceled2 = true;
13533 reason2 = reason;
13534 if (canceled1) {
13535 const compositeReason = CreateArrayFromList([reason1, reason2]);
13536 const cancelResult = ReadableStreamCancel(stream4, compositeReason);
13537 resolveCancelPromise(cancelResult);
13538 }
13539 return cancelPromise;
13540 }
13541 function startAlgorithm() {
13542 }
13543 branch1 = CreateReadableStream(startAlgorithm, pullAlgorithm, cancel1Algorithm);

Callers

nothing calls this directly

Calls 2

CreateArrayFromListFunction · 0.85
ReadableStreamCancelFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…