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

Struct namedStructRowScanner

rows.go:679–682  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

677}
678
679type namedStructRowScanner struct {
680 ptrToStruct any
681 lax bool
682}
683
684func (rs *namedStructRowScanner) ScanRow(rows CollectableRow) error {
685 typ := reflect.TypeOf(rs.ptrToStruct).Elem()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected