MCPcopy
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
131func (c *Conn) getPoolRows(r pgx.Rows) *poolRows {
132 return c.connResource().getPoolRows(c, r)
133}

Callers

nothing calls this directly

Calls 1

connResourceMethod · 0.95

Tested by

no test coverage detected