Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
36
let
rclosed = 0;
37
38
function
FakeStream() {
39
Stream.apply(this);
40
this.wait = false;
41
this.writable = true;
42
this.readable = true;
43
}
44
45
FakeStream.prototype = { __proto__: Stream.prototype };
46
Callers
nothing calls this directly
Calls
1
apply
Method · 0.45
Tested by
no test coverage detected