MCPcopy Index your code
hub / github.com/nodejs/node / FakeStream

Function FakeStream

test/pummel/test-stream-pipe-multi.js:38–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36let rclosed = 0;
37
38function FakeStream() {
39 Stream.apply(this);
40 this.wait = false;
41 this.writable = true;
42 this.readable = true;
43}
44
45FakeStream.prototype = { __proto__: Stream.prototype };
46

Callers

nothing calls this directly

Calls 1

applyMethod · 0.45

Tested by

no test coverage detected