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

Function InitializeReadableStream

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

Source from the content-addressed store, hash-verified

14110 return stream4;
14111 }
14112 function InitializeReadableStream(stream4) {
14113 stream4._state = "readable";
14114 stream4._reader = void 0;
14115 stream4._storedError = void 0;
14116 stream4._disturbed = false;
14117 }
14118 function IsReadableStream(x5) {
14119 if (!typeIsObject(x5)) {
14120 return false;

Callers 3

constructorMethod · 0.85
CreateReadableStreamFunction · 0.85
CreateReadableByteStreamFunction · 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…