()
| 4798 | } |
| 4799 | |
| 4800 | func (m *BackupKey) GetCount() uint32 { |
| 4801 | if m != nil { |
| 4802 | return m.Count |
| 4803 | } |
| 4804 | return 0 |
| 4805 | } |
| 4806 | |
| 4807 | // A posting list stored in the format used for writing backups. |
| 4808 | type BackupPostingList struct { |
nothing calls this directly
no outgoing calls
no test coverage detected