()
| 4861 | } |
| 4862 | |
| 4863 | func (m *BackupPostingList) GetCommitTs() uint64 { |
| 4864 | if m != nil { |
| 4865 | return m.CommitTs |
| 4866 | } |
| 4867 | return 0 |
| 4868 | } |
| 4869 | |
| 4870 | func (m *BackupPostingList) GetSplits() []uint64 { |
| 4871 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected