()
| 19 | var _Network_index = [...]uint8{0, 7, 14, 21, 28} |
| 20 | |
| 21 | func (i Network) String() string { |
| 22 | if i >= Network(len(_Network_index)-1) { |
| 23 | return "Network(" + strconv.FormatInt(int64(i), 10) + ")" |
| 24 | } |
| 25 | return _Network_name[_Network_index[i]:_Network_index[i+1]] |
| 26 | } |
nothing calls this directly
no test coverage detected