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

Function respond

lib/agent.js:465–468  ·  view source on GitHub ↗
(protocol, req, data)

Source from the content-addressed store, hash-verified

463 }
464 }
465 function respond(protocol, req, data) {
466 req[SYM_RESP] = data;
467 return processResponses(protocol);
468 }
469
470 function cleanup(protocol) {
471 protocol[SYM_BUFFER] = null;

Callers 3

failureReplyMethod · 0.85
getIdentitiesReplyMethod · 0.85
signReplyMethod · 0.85

Calls 1

processResponsesFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…