MCPcopy Create free account
hub / github.com/di-sukharev/opencommit / toReadableStream

Method toReadableStream

out/cli.cjs:70574–70577  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

70572 return { value: chunk, done: false };
70573 },
70574 return: async () => {
70575 this.abort();
70576 return { value: void 0, done: true };
70577 }
70578 };
70579 }
70580 toReadableStream() {

Callers

nothing calls this directly

Calls 1

toReadableStreamMethod · 0.45

Tested by

no test coverage detected