Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
89
func
(c *Conn) SetDeadline(t time.Time) error {
90
return
c.conn.SetDeadline(t)
91
}
92
93
func
(c *Conn) SetReadDeadline(t time.Time) error {
94
return
c.conn.SetReadDeadline(t)
Callers
1
TestScript
Function · 0.45
Calls
no outgoing calls
Tested by
1
TestScript
Function · 0.36