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

Function _close

lib/zlib.js:607–611  ·  view source on GitHub ↗

* @param {ZlibBase} engine * @private

(engine)

Source from the content-addressed store, hash-verified

605 * @private
606 */
607function _close(engine) {
608 // Caller may invoke .close after a zlib error (which will null _handle)
609 engine._handle?.close();
610 engine._handle = null;
611}
612
613const zlibDefaultOpts = {
614 flush: Z_NO_FLUSH,

Callers 2

zlib.jsFile · 0.70
processChunkSyncFunction · 0.70

Calls 1

closeMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…