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

Function _transform

lib/internal/crypto/cipher.js:138–141  ·  view source on GitHub ↗
(chunk, encoding, callback)

Source from the content-addressed store, hash-verified

136// ES6 classes.
137
138function _transform(chunk, encoding, callback) {
139 this.push(this[kHandle].update(chunk, encoding));
140 callback();
141};
142
143function _flush(callback) {
144 try {

Callers

nothing calls this directly

Calls 3

updateMethod · 0.65
callbackFunction · 0.50
pushMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…