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

Struct scanPlanBinaryFloat8ToFloat64

pgtype/float8.go:242–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240}
241
242type scanPlanBinaryFloat8ToFloat64 struct{}
243
244func (scanPlanBinaryFloat8ToFloat64) Scan(src []byte, dst any) error {
245 if src == nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected