()
| 54 | } |
| 55 | |
| 56 | func (x EnumValue) String() string { |
| 57 | return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) |
| 58 | } |
| 59 | |
| 60 | func (EnumValue) Descriptor() protoreflect.EnumDescriptor { |
| 61 | return file_runtime_internal_examplepb_proto3_proto_enumTypes[0].Descriptor() |
nothing calls this directly
no test coverage detected