MCPcopy
hub / github.com/jackc/pgx / poolRow

Struct poolRow

pgxpool/rows.go:93–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93type poolRow struct {
94 r pgx.Row
95 c *Conn
96 err error
97}
98
99func (row *poolRow) Scan(dest ...any) error {
100 if row.err != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected