()
| 78 | var _tableIndex_index = [...]uint8{0, 19, 31, 48} |
| 79 | |
| 80 | func (i tableIndex) String() string { |
| 81 | if i >= tableIndex(len(_tableIndex_index)-1) { |
| 82 | return "tableIndex(" + strconv.FormatInt(int64(i), 10) + ")" |
| 83 | } |
| 84 | return _tableIndex_name[_tableIndex_index[i]:_tableIndex_index[i+1]] |
| 85 | } |
nothing calls this directly
no test coverage detected