Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
745
func
(w *testConnWrapper) RemoteAddr() net.Addr {
746
return
w.conn.RemoteAddr()
747
}
748
749
func
(w *testConnWrapper) SetDeadline(t time.Time) error {
750
return
w.conn.SetDeadline(t)
Callers
3
main
Function · 0.45
RemoteAddr
Method · 0.45
CancelRequest
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected