MCPcopy
hub / github.com/jackc/pgx / Ping

Method Ping

pgxpool/conn.go:115–117  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

113}
114
115func (c *Conn) Ping(ctx context.Context) error {
116 return c.Conn().Ping(ctx)
117}
118
119func (c *Conn) Conn() *pgx.Conn {
120 return c.connResource().conn

Callers 1

Calls 1

ConnMethod · 0.95

Tested by 1