Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/gliderlabs/ssh
/ LocalAddr
Method
LocalAddr
context.go:163–165 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
161
}
162
163
func
(ctx *sshContext) LocalAddr() net.Addr {
164
return
ctx.Value(ContextKeyLocalAddr).(net.Addr)
165
}
166
167
func
(ctx *sshContext) Permissions() *Permissions {
168
return
ctx.Value(ContextKeyPermissions).(*Permissions)
Callers
nothing calls this directly
Calls
1
Value
Method · 0.95
Tested by
no test coverage detected