(format int16)
| 48 | } |
| 49 | |
| 50 | func (c *MultirangeCodec) FormatSupported(format int16) bool { |
| 51 | return c.ElementType.Codec.FormatSupported(format) |
| 52 | } |
| 53 | |
| 54 | func (c *MultirangeCodec) PreferredFormat() int16 { |
| 55 | return c.ElementType.Codec.PreferredFormat() |
nothing calls this directly
no test coverage detected