Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/segmentio/kafka-go
/ RemoteAddr
Method
RemoteAddr
protocol/conn.go:55–57 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
53
}
54
55
func
(c *Conn) RemoteAddr() net.Addr {
56
return
c.conn.RemoteAddr()
57
}
58
59
func
(c *Conn) SetDeadline(t time.Time) error {
60
return
c.conn.SetDeadline(t)
Callers
1
String
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected