Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jackc/pgx
/ connResource
Method
connResource
pgxpool/conn.go:123–125 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
121
}
122
123
func
(c *Conn) connResource() *connResource {
124
return
c.res.Value()
125
}
126
127
func
(c *Conn) getPoolRow(r pgx.Row) *poolRow {
128
return
c.connResource().getPoolRow(c, r)
Callers
3
Conn
Method · 0.95
getPoolRow
Method · 0.95
getPoolRows
Method · 0.95
Calls
1
Value
Method · 0.45
Tested by
no test coverage detected