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

Method fromReadableStream

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

Source from the content-addressed store, hash-verified

83053 return { value: chunk, done: false };
83054 },
83055 return: async () => {
83056 this.abort();
83057 return { value: void 0, done: true };
83058 }
83059 };
83060 }
83061 static fromReadableStream(stream4) {
83062 const runner = new _AssistantStream();

Callers

nothing calls this directly

Calls 2

_fromReadableStreamMethod · 0.95
_runMethod · 0.45

Tested by

no test coverage detected