Check if this is a partial restore (specific files, not the whole copy).
(&self)
| 151 | |
| 152 | /// Check if this is a partial restore (specific files, not the whole copy). |
| 153 | pub fn is_partial(&self) -> bool { |
| 154 | !self.files.is_empty() |
| 155 | } |
| 156 | |
| 157 | /// Whether this invocation must be blocked until `--force` is supplied. |
| 158 | /// |
no test coverage detected