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

Method RemoteAddr

agent/agentssh/agentssh_internal_test.go:186–188  ·  view source on GitHub ↗

RemoteAddr returns the remote address for this connection.

()

Source from the content-addressed store, hash-verified

184
185// RemoteAddr returns the remote address for this connection.
186func (testSSHContext) RemoteAddr() net.Addr {
187 panic("not implemented")
188}
189
190// LocalAddr returns the local address for this connection.
191func (testSSHContext) LocalAddr() net.Addr {

Callers 6

createTailnetMethod · 0.45
ServeMethod · 0.45
HandleSSHRequestMethod · 0.45
NewServerFunction · 0.45
sessionHandlerMethod · 0.45
handleConnMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected