()
| 41 | } |
| 42 | |
| 43 | func (x Numeral) String() string { |
| 44 | return proto.EnumName(Numeral_name, int32(x)) |
| 45 | } |
| 46 | |
| 47 | func (Numeral) EnumDescriptor() ([]byte, []int) { |
| 48 | return fileDescriptor_813baf511b225405, []int{0} |
nothing calls this directly
no test coverage detected