MCPcopy Create free account
hub / github.com/mscdex/ssh2 / cleanup

Method cleanup

lib/protocol/zlib.js:179–182  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

177 }
178
179 cleanup() {
180 if (this._zlib)
181 _close(this._zlib);
182 }
183
184 alloc(payloadSize, force) {
185 return Buffer.allocUnsafe(payloadSize);

Callers

nothing calls this directly

Calls 1

_closeFunction · 0.85

Tested by

no test coverage detected