()
| 213 | } |
| 214 | |
| 215 | func (m *PartitionDesc) GetState() PartitionState { |
| 216 | if m != nil { |
| 217 | return m.State |
| 218 | } |
| 219 | return PartitionUnknown |
| 220 | } |
| 221 | |
| 222 | func (m *PartitionDesc) GetStateTimestamp() int64 { |
| 223 | if m != nil { |
no outgoing calls
no test coverage detected