github.com/jackc/pgx/v5/pgtype.Uint32.Valid (field)
9 uses
github.com/jackc/pgx/v5/pgtype (current package)
uint32.go#L25: Valid bool
uint32.go#L68: *dst = Uint32{Uint32: uint32(n), Valid: true}
uint32.go#L75: if !src.Valid {
uint32.go#L83: if !src.Valid {
uint32.go#L100: *dst = Uint32{Uint32: *n, Valid: true}
uint32.go#L154: if !v.Valid {
uint32.go#L198: if !v.Valid {
uint32.go#L311: return s.ScanUint32(Uint32{Uint32: n, Valid: true})
uint32.go#L351: return s.ScanUint32(Uint32{Uint32: uint32(n), Valid: true})
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)