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

Struct Int4Codec

pgtype/int.go:687–687  ·  pgtype/int.go::Int4Codec

Source from the content-addressed store, hash-verified

685}
686
687type Int4Codec struct{}
688
689func (Int4Codec) FormatSupported(format int16) bool {
690 return format == TextFormatCode || format == BinaryFormatCode

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected