CleanName returns the PartitionState name without the "Partition" prefix.
()
| 523 | |
| 524 | // CleanName returns the PartitionState name without the "Partition" prefix. |
| 525 | func (s PartitionState) CleanName() string { |
| 526 | return strings.TrimPrefix(s.String(), "Partition") |
| 527 | } |
no test coverage detected