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

Function ReadStream

test/parallel/test-fs-stream-construct-compat-old-node.js:14–16  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

12 // Compat with old node.
13
14 function ReadStream(...args) {
15 fs.ReadStream.call(this, ...args);
16 }
17 Object.setPrototypeOf(ReadStream.prototype, fs.ReadStream.prototype);
18 Object.setPrototypeOf(ReadStream, fs.ReadStream);
19

Callers 1

Calls 1

callMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…