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

Method FormatSupported

pgtype/multirange.go:50–52  ·  view source on GitHub ↗
(format int16)

Source from the content-addressed store, hash-verified

48}
49
50func (c *MultirangeCodec) FormatSupported(format int16) bool {
51 return c.ElementType.Codec.FormatSupported(format)
52}
53
54func (c *MultirangeCodec) PreferredFormat() int16 {
55 return c.ElementType.Codec.PreferredFormat()

Callers

nothing calls this directly

Calls 1

FormatSupportedMethod · 0.65

Tested by

no test coverage detected