MCPcopy
hub / github.com/ContainerSSH/ContainerSSH / String

Method String

metadata/connection.go:19–22  ·  view source on GitHub ↗

String returns a string representation of this address.

()

Source from the content-addressed store, hash-verified

17
18// String returns a string representation of this address.
19func (r RemoteAddress) String() string {
20 backend := net.TCPAddr(r)
21 return backend.String()
22}
23
24// Network returns the network type ("tcp") of this address.
25func (r RemoteAddress) Network() string {

Callers

nothing calls this directly

Calls 1

StringMethod · 0.65

Tested by

no test coverage detected