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

Function write

test/parallel/test-stream-readable-to-web-termination.js:22–24  ·  view source on GitHub ↗
(_chunk, _encoding, callback)

Source from the content-addressed store, hash-verified

20 this.push(null);
21 },
22 write(_chunk, _encoding, callback) {
23 callback();
24 },
25 });
26
27 const reader = Readable.toWeb(duplex).getReader();

Callers

nothing calls this directly

Calls 1

callbackFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…