github.com/jackc/pgx/v5/pgtype.Uint64.Valid (field)
7 uses
github.com/jackc/pgx/v5/pgtype (current package)
uint64.go#L24: Valid bool
uint64.go#L63: *dst = Uint64{Uint64: n, Valid: true}
uint64.go#L70: if !src.Valid {
uint64.go#L131: if !v.Valid {
uint64.go#L172: if !v.Valid {
uint64.go#L282: return s.ScanUint64(Uint64{Uint64: n, Valid: true})
uint64.go#L322: return s.ScanUint64(Uint64{Uint64: n, Valid: true})
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)