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

Function polyfillStream

out/cli.cjs:77945–77949  ·  view source on GitHub ↗
(stream4, dispose)

Source from the content-addressed store, hash-verified

77943 });
77944}
77945
77946// node_modules/@azure/core-sse/dist/esm/utils.js
77947function createStream(asyncIter, cancel) {
77948 const stream4 = iteratorToStream(asyncIter, cancel);
77949 return polyfillStream(stream4, cancel);
77950}
77951function polyfillStream(stream4, dispose) {
77952 makeAsyncIterable2(stream4);

Callers 1

createStreamFunction · 0.85

Calls 2

makeAsyncIterable2Function · 0.85
makeAsyncDisposableFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…