MCPcopy Create free account
hub / github.com/nodejs/node / _final

Method _final

deps/undici/undici.js:5909–5915  ·  view source on GitHub ↗
(callback)

Source from the content-addressed store, hash-verified

5907 this._inflateStream.write(chunk, encoding, callback);
5908 }
5909 _final(callback) {
5910 if (this._inflateStream) {
5911 this._inflateStream.end();
5912 this._inflateStream = null;
5913 }
5914 callback();
5915 }
5916 };
5917 function createInflate(zlibOptions) {
5918 return new InflateStream(zlibOptions);

Callers

nothing calls this directly

Calls 2

callbackFunction · 0.50
endMethod · 0.45

Tested by

no test coverage detected