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

Method accept

lib/server.js:71–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

69 }
70
71 accept() {
72 this._cleanup && this._cleanup();
73 this._initialResponse = true;
74 this._cbfinal(true);
75 }
76 reject(methodsLeft, isPartial) {
77 this._cleanup && this._cleanup();
78 this._initialResponse = true;

Calls

no outgoing calls

Tested by

no test coverage detected