()
| 2350 | } |
| 2351 | |
| 2352 | func (m *RestoreRequest) GetAnonymous() bool { |
| 2353 | if m != nil { |
| 2354 | return m.Anonymous |
| 2355 | } |
| 2356 | return false |
| 2357 | } |
| 2358 | |
| 2359 | func (m *RestoreRequest) GetEncryptionKeyFile() string { |
| 2360 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected