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

Struct Float8Codec

pgtype/float8.go:105–105  ·  pgtype/float8.go::Float8Codec

Source from the content-addressed store, hash-verified

103}
104
105type Float8Codec struct{}
106
107func (Float8Codec) FormatSupported(format int16) bool {
108 return format == TextFormatCode || format == BinaryFormatCode

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected