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

Method SetDeadline

internal/faultyconn/faultyconn.go:89–91  ·  view source on GitHub ↗
(t time.Time)

Source from the content-addressed store, hash-verified

87}
88
89func (c *Conn) SetDeadline(t time.Time) error {
90 return c.conn.SetDeadline(t)
91}
92
93func (c *Conn) SetReadDeadline(t time.Time) error {
94 return c.conn.SetReadDeadline(t)

Callers 1

TestScriptFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestScriptFunction · 0.36