Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1110
function
isAgent(val) {
1111
return
(val instanceof BaseAgent);
1112
}
1113
1114
module.exports = {
1115
AgentContext,
Callers
3
connect
Method · 0.85
doNextAuth
Method · 0.85
constructor
Method · 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…