()
| 2886 | } |
| 2887 | |
| 2888 | func (m *PostingList) GetPostings() []*Posting { |
| 2889 | if m != nil { |
| 2890 | return m.Postings |
| 2891 | } |
| 2892 | return nil |
| 2893 | } |
| 2894 | |
| 2895 | func (m *PostingList) GetCommitTs() uint64 { |
| 2896 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected