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

Method cleanup

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

Source from the content-addressed store, hash-verified

230 }
231
232 cleanup() {
233 if (this._zlib)
234 _close(this._zlib);
235 }
236
237 read(data) {
238 return this._zlib.writeSync(data, false);

Callers

nothing calls this directly

Calls 1

_closeFunction · 0.85

Tested by

no test coverage detected