| 143 | } |
| 144 | |
| 145 | type boolConverter struct { |
| 146 | goType reflect.Type |
| 147 | def protoreflect.Value |
| 148 | } |
| 149 | |
| 150 | func (c *boolConverter) PBValueOf(v reflect.Value) protoreflect.Value { |
| 151 | if v.Type() != c.goType { |
nothing calls this directly
no outgoing calls
no test coverage detected