github.com/jackc/pgx/v5.Conn.IsClosed (method)
4 uses
github.com/jackc/pgx/v5 (current package)
conn.go#L302: if c.IsClosed() {
conn.go#L434: func (c *Conn) IsClosed() bool {
conn.go#L439: if c.IsClosed() {
github.com/jackc/pgx/v5/pgxpool
conn.go#L33: if conn.IsClosed() || conn.PgConn().IsBusy() || conn.PgConn().TxStatus() != 'I' {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)