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

Function transform

benchmark/fs/bench-filehandle-pull-vs-webstream.js:84–86  ·  view source on GitHub ↗
(chunk, encoding, callback)

Source from the content-addressed store, hash-verified

82
83 const upper = new Transform({
84 transform(chunk, encoding, callback) {
85 callback(null, uppercaseChunk(chunk));
86 },
87 });
88
89 const gz = zlib.createGzip();

Callers

nothing calls this directly

Calls 3

uppercaseChunkFunction · 0.85
callbackFunction · 0.70
enqueueMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…