github.com/jackc/pgconn.PgConn.IsClosed (method)

2 uses

	github.com/jackc/pgconn (current package)
		pgconn.go#L615: func (pgConn *PgConn) IsClosed() bool {

	github.com/jackc/pgx/v4
		conn.go#L328: 	return c.pgConn.IsClosed()