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

Method fromReadableStream

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

Source from the content-addressed store, hash-verified

82879function assertIsEmpty(obj) {
82880 return;
82881}
82882function assertNever(_x) {
82883}
82884
82885// node_modules/openai/lib/ChatCompletionStreamingRunner.mjs
82886var ChatCompletionStreamingRunner = class _ChatCompletionStreamingRunner extends ChatCompletionStream {
82887 static fromReadableStream(stream4) {
82888 const runner = new _ChatCompletionStreamingRunner(null);

Callers

nothing calls this directly

Calls 2

_runMethod · 0.45
_fromReadableStreamMethod · 0.45

Tested by

no test coverage detected