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

Function _flush

lib/internal/crypto/cipher.js:143–151  ·  view source on GitHub ↗
(callback)

Source from the content-addressed store, hash-verified

141};
142
143function _flush(callback) {
144 try {
145 this.push(this[kHandle].final());
146 } catch (e) {
147 callback(e);
148 return;
149 }
150 callback();
151};
152
153function update(data, inputEncoding, outputEncoding) {
154 if (typeof data === 'string') {

Callers

nothing calls this directly

Calls 3

callbackFunction · 0.50
pushMethod · 0.45
finalMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…