()
| 50 | var _MessageType_index = [...]uint8{0, 11, 24} |
| 51 | |
| 52 | func (i MessageType) String() string { |
| 53 | i -= 1 |
| 54 | if i < 0 || i >= MessageType(len(_MessageType_index)-1) { |
| 55 | return "MessageType(" + strconv.FormatInt(int64(i+1), 10) + ")" |
| 56 | } |
| 57 | return _MessageType_name[_MessageType_index[i]:_MessageType_index[i+1]] |
| 58 | } |
| 59 | func _() { |
| 60 | // An "invalid array index" compiler error signifies that the constant values have changed. |
| 61 | // Re-run the stringer command to generate them again. |
nothing calls this directly
no test coverage detected