()
| 85 | ) |
| 86 | |
| 87 | func (i DomainCheckpointCreateFlags) String() string { |
| 88 | switch { |
| 89 | case 1 <= i && i <= 2: |
| 90 | i -= 1 |
| 91 | return _DomainCheckpointCreateFlags_name_0[_DomainCheckpointCreateFlags_index_0[i]:_DomainCheckpointCreateFlags_index_0[i+1]] |
| 92 | case i == 4: |
| 93 | return _DomainCheckpointCreateFlags_name_1 |
| 94 | default: |
| 95 | return "DomainCheckpointCreateFlags(" + strconv.FormatInt(int64(i), 10) + ")" |
| 96 | } |
| 97 | } |
| 98 | func _() { |
| 99 | // An "invalid array index" compiler error signifies that the constant values have changed. |
| 100 | // Re-run the stringer command to generate them again. |
nothing calls this directly
no outgoing calls
no test coverage detected