()
| 5664 | } |
| 5665 | |
| 5666 | func (x *BackupKey) GetNamespace() uint64 { |
| 5667 | if x != nil { |
| 5668 | return x.Namespace |
| 5669 | } |
| 5670 | return 0 |
| 5671 | } |
| 5672 | |
| 5673 | // A posting list stored in the format used for writing backups. |
| 5674 | type BackupPostingList struct { |
no outgoing calls
no test coverage detected