Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
144
func
(ctx *sshContext) SessionID() string {
145
return
ctx.Value(ContextKeySessionID).(string)
146
}
147
148
func
(ctx *sshContext) ClientVersion() string {
149
return
ctx.Value(ContextKeyClientVersion).(string)
Callers
nothing calls this directly
Calls
1
Value
Method · 0.95
Tested by
no test coverage detected