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

Function isAgent

lib/agent.js:1110–1112  ·  view source on GitHub ↗
(val)

Source from the content-addressed store, hash-verified

1108}
1109
1110function isAgent(val) {
1111 return (val instanceof BaseAgent);
1112}
1113
1114module.exports = {
1115 AgentContext,

Callers 3

connectMethod · 0.85
doNextAuthMethod · 0.85
constructorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…