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

Method RemoteAddr

crypto/etls/conn.go:145–147  ·  view source on GitHub ↗

RemoteAddr returns the remote network address.

()

Source from the content-addressed store, hash-verified

143
144// RemoteAddr returns the remote network address.
145func (c *CryptoConn) RemoteAddr() net.Addr {
146 return c.Conn.RemoteAddr()
147}
148
149// SetDeadline sets the read and write deadlines associated with the connection.
150// A zero value for t means Read and Write will not time out.

Callers 9

serverFunction · 0.80
clientFunction · 0.80
serverComplexFunction · 0.80
clientComplexFunction · 0.80
ServeMethod · 0.80
serveConnMethod · 0.80
AcceptNAConnFunction · 0.80
NewOneOffMuxConnFunction · 0.80
TestNAConnFunction · 0.80

Calls

no outgoing calls

Tested by 5

serverFunction · 0.64
clientFunction · 0.64
serverComplexFunction · 0.64
clientComplexFunction · 0.64
TestNAConnFunction · 0.64