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

Function write

benchmark/zlib/pipe.js:38–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36 output.on('data', (chunk) => readFromOutput += chunk.length);
37
38 function write() {
39 input.write(chunk, write);
40 }
41
42 bench.start();
43 write();

Callers 1

mainFunction · 0.70

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…