| 20 | } |
| 21 | |
| 22 | type Float8 struct { |
| 23 | Float64 float64 |
| 24 | Valid bool |
| 25 | } |
| 26 | |
| 27 | // ScanFloat64 implements the [Float64Scanner] interface. |
| 28 | func (f *Float8) ScanFloat64(n Float8) error { |
nothing calls this directly
no outgoing calls
no test coverage detected