MCPcopy Index your code
hub / github.com/coder/coder / LocalAddr

Method LocalAddr

agent/agentssh/agentssh_internal_test.go:191–193  ·  view source on GitHub ↗

LocalAddr returns the local address for this connection.

()

Source from the content-addressed store, hash-verified

189
190// LocalAddr returns the local address for this connection.
191func (testSSHContext) LocalAddr() net.Addr {
192 panic("not implemented")
193}
194
195// Permissions returns the Permissions object used for this connection.
196func (testSSHContext) Permissions() *gliderssh.Permissions {

Callers 6

createTailnetMethod · 0.45
ServeMethod · 0.45
listenForConnectionsMethod · 0.45
NewServerFunction · 0.45
sessionHandlerMethod · 0.45
handleConnMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected