Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jackc/pgx
/ SafeToRetry
Method
SafeToRetry
pgconn/errors.go:201–203 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
199
}
200
201
func
(e *errTimeout) SafeToRetry() bool {
202
return
SafeToRetry(e.err)
203
}
204
205
func
(e *errTimeout) Unwrap() error {
206
return
e.err
Callers
1
SafeToRetry
Function · 0.45
Calls
1
SafeToRetry
Function · 0.85
Tested by
no test coverage detected