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

Struct BoolCodec

pgtype/bool.go:105–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105type BoolCodec struct{}
106
107func (BoolCodec) 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