MCPcopy
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
148func (ctx *sshContext) ClientVersion() string {
149 return ctx.Value(ContextKeyClientVersion).(string)
150}
151
152func (ctx *sshContext) ServerVersion() string {
153 return ctx.Value(ContextKeyServerVersion).(string)

Callers

nothing calls this directly

Calls 1

ValueMethod · 0.95

Tested by

no test coverage detected