Add a skipped file path.
(&mut self, path: String)
| 327 | |
| 328 | /// Add a skipped file path. |
| 329 | pub fn add_skipped_file(&mut self, path: String) { |
| 330 | self.skipped_files.push(path); |
| 331 | } |
| 332 | |
| 333 | /// Store the original V3 serialized bytes for hash-stable saving. |
| 334 | /// |