MCPcopy
hub / github.com/aceld/zinx / RemoteAddr

Method RemoteAddr

znet/connection.go:362–364  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

360}
361
362func (c *Connection) RemoteAddr() net.Addr {
363 return c.conn.RemoteAddr()
364}
365
366func (c *Connection) LocalAddr() net.Addr {
367 return c.conn.LocalAddr()

Callers 2

StartWriterMethod · 0.95
StartReaderMethod · 0.95

Calls 1

RemoteAddrMethod · 0.65

Tested by

no test coverage detected