MCPcopy
hub / github.com/jackc/pgx / RemoteAddr

Method RemoteAddr

pgconn/pgconn_test.go:745–747  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

743}
744
745func (w *testConnWrapper) RemoteAddr() net.Addr {
746 return w.conn.RemoteAddr()
747}
748
749func (w *testConnWrapper) SetDeadline(t time.Time) error {
750 return w.conn.SetDeadline(t)

Callers 3

mainFunction · 0.45
RemoteAddrMethod · 0.45
CancelRequestMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected