MCPcopy
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
201func (e *errTimeout) SafeToRetry() bool {
202 return SafeToRetry(e.err)
203}
204
205func (e *errTimeout) Unwrap() error {
206 return e.err

Callers 1

SafeToRetryFunction · 0.45

Calls 1

SafeToRetryFunction · 0.85

Tested by

no test coverage detected