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

Function abortAlgorithm

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

Source from the content-addressed store, hash-verified

14393 return TransformStreamDefaultSinkWriteAlgorithm(stream4, chunk);
14394 }
14395 function abortAlgorithm(reason) {
14396 return TransformStreamDefaultSinkAbortAlgorithm(stream4, reason);
14397 }
14398 function closeAlgorithm() {
14399 return TransformStreamDefaultSinkCloseAlgorithm(stream4);
14400 }

Callers 1

ReadableStreamPipeToFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…