()
| 83 | var _StatusCode_index = [...]uint16{0, 19, 34, 53, 74, 88, 106, 127, 156, 177, 196, 220, 239, 259, 278, 294, 312} |
| 84 | |
| 85 | func (i StatusCode) String() string { |
| 86 | i -= 1000 |
| 87 | if i < 0 || i >= StatusCode(len(_StatusCode_index)-1) { |
| 88 | return "StatusCode(" + strconv.FormatInt(int64(i+1000), 10) + ")" |
| 89 | } |
| 90 | return _StatusCode_name[_StatusCode_index[i]:_StatusCode_index[i+1]] |
| 91 | } |
nothing calls this directly
no test coverage detected