MCPcopy
hub / github.com/gliderlabs/ssh / SessionID

Method SessionID

context.go:144–146  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

142}
143
144func (ctx *sshContext) SessionID() string {
145 return ctx.Value(ContextKeySessionID).(string)
146}
147
148func (ctx *sshContext) ClientVersion() string {
149 return ctx.Value(ContextKeyClientVersion).(string)

Callers

nothing calls this directly

Calls 1

ValueMethod · 0.95

Tested by

no test coverage detected