()
| 2893 | } |
| 2894 | |
| 2895 | func (m *PostingList) GetCommitTs() uint64 { |
| 2896 | if m != nil { |
| 2897 | return m.CommitTs |
| 2898 | } |
| 2899 | return 0 |
| 2900 | } |
| 2901 | |
| 2902 | func (m *PostingList) GetSplits() []uint64 { |
| 2903 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected