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

Struct Float8

pgtype/float8.go:22–25  ·  pgtype/float8.go::Float8

Source from the content-addressed store, hash-verified

20}
21
22type Float8 struct {
23 Float64 float64
24 Valid bool
25}
26
27// ScanFloat64 implements the [Float64Scanner] interface.
28func (f *Float8) ScanFloat64(n Float8) error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected