MCPcopy
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
123func (c *Conn) connResource() *connResource {
124 return c.res.Value()
125}
126
127func (c *Conn) getPoolRow(r pgx.Row) *poolRow {
128 return c.connResource().getPoolRow(c, r)

Callers 3

ConnMethod · 0.95
getPoolRowMethod · 0.95
getPoolRowsMethod · 0.95

Calls 1

ValueMethod · 0.45

Tested by

no test coverage detected