MCPcopy Create free account
hub / github.com/nodejs/node / _write

Method _write

test/parallel/test-readline-promises-csi.mjs:159–159  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

157 const error = new Error();
158 const writable = new class extends Writable {
159 _write() { throw error; }
160 }();
161 const readline = new Readline(writable);
162

Calls

no outgoing calls

Tested by

no test coverage detected