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

Function write

benchmark/streams/iter-throughput-identity.js:51–51  ·  view source on GitHub ↗
(data, enc, cb)

Source from the content-addressed store, hash-verified

49 });
50 const w = new Writable({
51 write(data, enc, cb) { cb(); },
52 });
53 pipeline(r, w, cb);
54 }

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…