Record a skipped file.
(&mut self)
| 256 | |
| 257 | /// Record a skipped file. |
| 258 | pub fn add_skipped(&mut self) { |
| 259 | self.skipped += 1; |
| 260 | } |
| 261 | |
| 262 | /// Check if collection was successful (no errors). |
| 263 | pub fn is_success(&self) -> bool { |
no outgoing calls