Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jackc/pgx
/ getPoolRows
Method
getPoolRows
pgxpool/conn.go:131–133 ·
view source on GitHub ↗
(r pgx.Rows)
Source
from the content-addressed store, hash-verified
129
}
130
131
func
(c *Conn) getPoolRows(r pgx.Rows) *poolRows {
132
return
c.connResource().getPoolRows(c, r)
133
}
Callers
nothing calls this directly
Calls
1
connResource
Method · 0.95
Tested by
no test coverage detected