MCPcopy Index your code
hub / github.com/CovenantSQL/CovenantSQL / LocalAddr

Method LocalAddr

crypto/etls/conn.go:140–142  ·  view source on GitHub ↗

LocalAddr returns the local network address.

()

Source from the content-addressed store, hash-verified

138
139// LocalAddr returns the local network address.
140func (c *CryptoConn) LocalAddr() net.Addr {
141 return c.Conn.LocalAddr()
142}
143
144// RemoteAddr returns the remote network address.
145func (c *CryptoConn) RemoteAddr() net.Addr {

Callers 4

clientFunction · 0.80
clientComplexFunction · 0.80
AcceptNAConnFunction · 0.80
TestNAConnFunction · 0.80

Calls

no outgoing calls

Tested by 3

clientFunction · 0.64
clientComplexFunction · 0.64
TestNAConnFunction · 0.64