Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/aceld/zinx
/ RemoteAddr
Method
RemoteAddr
znet/ws_connection.go:341–343 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
339
}
340
341
func
(c *WsConnection) RemoteAddr() net.Addr {
342
return
c.conn.RemoteAddr()
343
}
344
345
func
(c *WsConnection) LocalAddr() net.Addr {
346
return
c.conn.LocalAddr()
Callers
2
StartWriter
Method · 0.95
StartReader
Method · 0.95
Calls
1
RemoteAddr
Method · 0.65
Tested by
no test coverage detected