()
| 4770 | } |
| 4771 | |
| 4772 | func (m *BackupKey) GetAttr() string { |
| 4773 | if m != nil { |
| 4774 | return m.Attr |
| 4775 | } |
| 4776 | return "" |
| 4777 | } |
| 4778 | |
| 4779 | func (m *BackupKey) GetUid() uint64 { |
| 4780 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected