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

Function write

benchmark/streams/finished.js:24–24  ·  view source on GitHub ↗
(chunk, enc, cb)

Source from the content-addressed store, hash-verified

22 break;
23 case 'writable':
24 stream = new Writable({ write(chunk, enc, cb) { cb(); } });
25 stream.end();
26 break;
27 }

Callers

nothing calls this directly

Calls 1

cbFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…