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

Function TransformStreamDefaultSourcePullAlgorithm

out/cli.cjs:14659–14662  ·  view source on GitHub ↗
(stream4)

Source from the content-addressed store, hash-verified

14657 return controller._finishPromise;
14658 }
14659 function TransformStreamDefaultSourcePullAlgorithm(stream4) {
14660 TransformStreamSetBackpressure(stream4, false);
14661 return stream4._backpressureChangePromise;
14662 }
14663 function TransformStreamDefaultSourceCancelAlgorithm(stream4, reason) {
14664 const controller = stream4._transformStreamController;
14665 if (controller._finishPromise !== void 0) {

Callers 1

pullAlgorithmFunction · 0.85

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…