()
| 1390 | ) |
| 1391 | |
| 1392 | func (i DomainDeviceModifyFlags) String() string { |
| 1393 | switch { |
| 1394 | case 0 <= i && i <= 2: |
| 1395 | return _DomainDeviceModifyFlags_name_0[_DomainDeviceModifyFlags_index_0[i]:_DomainDeviceModifyFlags_index_0[i+1]] |
| 1396 | case i == 4: |
| 1397 | return _DomainDeviceModifyFlags_name_1 |
| 1398 | default: |
| 1399 | return "DomainDeviceModifyFlags(" + strconv.FormatInt(int64(i), 10) + ")" |
| 1400 | } |
| 1401 | } |
| 1402 | func _() { |
| 1403 | // An "invalid array index" compiler error signifies that the constant values have changed. |
| 1404 | // Re-run the stringer command to generate them again. |
nothing calls this directly
no outgoing calls
no test coverage detected