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

Function makeAsyncIterable

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

Source from the content-addressed store, hash-verified

75679 }
75680 yield yield __await(value);
75681 }
75682 } finally {
75683 reader.releaseLock();
75684 }
75685 });
75686}
75687function makeAsyncIterable(webStream) {
75688 if (!webStream[Symbol.asyncIterator]) {
75689 webStream[Symbol.asyncIterator] = streamAsyncIterator.bind(webStream);
75690 }
75691 if (!webStream.values) {

Callers 1

ensureNodeStreamFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…