Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
362
func
(c *Connection) RemoteAddr() net.Addr {
363
return
c.conn.RemoteAddr()
364
}
365
366
func
(c *Connection) LocalAddr() net.Addr {
367
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