()
| 4439 | } |
| 4440 | |
| 4441 | func (m *BackupRequest) GetAnonymous() bool { |
| 4442 | if m != nil { |
| 4443 | return m.Anonymous |
| 4444 | } |
| 4445 | return false |
| 4446 | } |
| 4447 | |
| 4448 | func (m *BackupRequest) GetPredicates() []string { |
| 4449 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected