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

Function closeAlgorithm

out/cli.cjs:14398–14400  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14396 return TransformStreamDefaultSinkAbortAlgorithm(stream4, reason);
14397 }
14398 function closeAlgorithm() {
14399 return TransformStreamDefaultSinkCloseAlgorithm(stream4);
14400 }
14401 stream4._writable = CreateWritableStream(startAlgorithm, writeAlgorithm, closeAlgorithm, abortAlgorithm, writableHighWaterMark, writableSizeAlgorithm);
14402 function pullAlgorithm() {
14403 return TransformStreamDefaultSourcePullAlgorithm(stream4);

Callers

nothing calls this directly

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…