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

Method SetDeadline

pgconn/pgconn_test.go:749–751  ·  view source on GitHub ↗
(t time.Time)

Source from the content-addressed store, hash-verified

747}
748
749func (w *testConnWrapper) SetDeadline(t time.Time) error {
750 return w.conn.SetDeadline(t)
751}
752
753func (w *testConnWrapper) SetReadDeadline(t time.Time) error {
754 return w.conn.SetReadDeadline(t)

Calls

no outgoing calls

Tested by

no test coverage detected