| 368 | func (c *bytesConverter) Zero() protoreflect.Value { return c.def } |
| 369 | |
| 370 | type enumConverter struct { |
| 371 | goType reflect.Type |
| 372 | def protoreflect.Value |
| 373 | } |
| 374 | |
| 375 | func newEnumConverter(goType reflect.Type, fd protoreflect.FieldDescriptor) Converter { |
| 376 | var def protoreflect.Value |
nothing calls this directly
no outgoing calls
no test coverage detected