()
| 9 | var _deviceState_index = [...]uint8{0, 4, 6, 12} |
| 10 | |
| 11 | func (i deviceState) String() string { |
| 12 | if i >= deviceState(len(_deviceState_index)-1) { |
| 13 | return "deviceState(" + strconv.FormatInt(int64(i), 10) + ")" |
| 14 | } |
| 15 | return _deviceState_name[_deviceState_index[i]:_deviceState_index[i+1]] |
| 16 | } |
nothing calls this directly
no test coverage detected