Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/gliderlabs/ssh
/ ClientVersion
Method
ClientVersion
context.go:148–150 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
146
}
147
148
func
(ctx *sshContext) ClientVersion() string {
149
return
ctx.Value(ContextKeyClientVersion).(string)
150
}
151
152
func
(ctx *sshContext) ServerVersion() string {
153
return
ctx.Value(ContextKeyServerVersion).(string)
Callers
nothing calls this directly
Calls
1
Value
Method · 0.95
Tested by
no test coverage detected