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

Struct BitsCodec

pgtype/bits.go:64–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected