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

Struct ByteaCodec

pgtype/bytea.go:65–65  ·  pgtype/bytea.go::ByteaCodec

Source from the content-addressed store, hash-verified

63}
64
65type ByteaCodec struct{}
66
67func (ByteaCodec) FormatSupported(format int16) bool {
68 return format == TextFormatCode || format == BinaryFormatCode

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected