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

Struct Int8Codec

pgtype/int.go:1261–1261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1259}
1260
1261type Int8Codec struct{}
1262
1263func (Int8Codec) FormatSupported(format int16) bool {
1264 return format == TextFormatCode || format == BinaryFormatCode

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected