()
| 21 | var _Location_index = [...]uint8{0, 15, 20, 26, 31, 37, 49} |
| 22 | |
| 23 | func (i Location) String() string { |
| 24 | if i < 0 || i >= Location(len(_Location_index)-1) { |
| 25 | return "Location(" + strconv.FormatInt(int64(i), 10) + ")" |
| 26 | } |
| 27 | return _Location_name[_Location_index[i]:_Location_index[i+1]] |
| 28 | } |
nothing calls this directly
no test coverage detected