Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
115
func
(c *Conn) Ping(ctx context.Context) error {
116
return
c.Conn().Ping(ctx)
117
}
118
119
func
(c *Conn) Conn() *pgx.Conn {
120
return
c.connResource().conn
Callers
1
TestPoolAcquireChecksIdleConns
Function · 0.45
Calls
1
Conn
Method · 0.95
Tested by
1
TestPoolAcquireChecksIdleConns
Function · 0.36