Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jackc/pgx
/ Conn
Method
Conn
pgxpool/rows.go:89–91 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
87
}
88
89
func
(rows *poolRows) Conn() *pgx.Conn {
90
return
rows.r.Conn()
91
}
92
93
type
poolRow
struct
{
94
r pgx.Row
Callers
nothing calls this directly
Calls
1
Conn
Method · 0.65
Tested by
no test coverage detected