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

Function makeAsyncIterable3

out/cli.cjs:78167–78174  ·  view source on GitHub ↗
(webStream)

Source from the content-addressed store, hash-verified

78165 });
78166}
78167
78168// node_modules/@azure/openai/dist-esm/src/api/readableStreamUtils.js
78169function polyfillStream2(stream4) {
78170 makeAsyncIterable3(stream4);
78171 return stream4;
78172}
78173function makeAsyncIterable3(webStream) {
78174 if (!webStream[Symbol.asyncIterator]) {
78175 webStream[Symbol.asyncIterator] = () => toAsyncIterable2(webStream);
78176 }
78177 if (!webStream.values) {

Callers 1

polyfillStream2Function · 0.85

Calls 1

toAsyncIterable2Function · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…