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

Function WriteStream

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

Source from the content-addressed store, hash-verified

56 // Compat with old node.
57
58 function WriteStream(...args) {
59 fs.WriteStream.call(this, ...args);
60 }
61 Object.setPrototypeOf(WriteStream.prototype, fs.WriteStream.prototype);
62 Object.setPrototypeOf(WriteStream, fs.WriteStream);
63

Calls 1

callMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…