()
| 4854 | } |
| 4855 | |
| 4856 | func (m *BackupPostingList) GetPostings() []*Posting { |
| 4857 | if m != nil { |
| 4858 | return m.Postings |
| 4859 | } |
| 4860 | return nil |
| 4861 | } |
| 4862 | |
| 4863 | func (m *BackupPostingList) GetCommitTs() uint64 { |
| 4864 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected