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

Method _write

test/parallel/test-crypto-stream.js:45–48  ·  view source on GitHub ↗
(data, encoding, done)

Source from the content-addressed store, hash-verified

43 }
44
45 _write(data, encoding, done) {
46 this._buffers.push(data);
47 return done(null);
48 }
49 }
50
51 // Create an md5 hash of "Hallo world"

Callers

nothing calls this directly

Calls 2

doneFunction · 0.70
pushMethod · 0.45

Tested by

no test coverage detected