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

Function writeAlgorithm

out/cli.cjs:14392–14394  ·  view source on GitHub ↗
(chunk)

Source from the content-addressed store, hash-verified

14390 return startPromise;
14391 }
14392 function writeAlgorithm(chunk) {
14393 return TransformStreamDefaultSinkWriteAlgorithm(stream4, chunk);
14394 }
14395 function abortAlgorithm(reason) {
14396 return TransformStreamDefaultSinkAbortAlgorithm(stream4, reason);
14397 }

Callers

nothing calls this directly

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…