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

Method cleanup

lib/protocol/Protocol.js:308–310  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

306 this._destruct = undefined;
307 }
308 cleanup() {
309 this._destruct && this._destruct();
310 }
311 parse(chunk, i, len) {
312 while (i < len)
313 i = this._parse(chunk, i, len);

Callers 1

_destructMethod · 0.45

Calls 1

_destructMethod · 0.95

Tested by

no test coverage detected