Mark that a binary file was recorded.
(&mut self)
| 376 | |
| 377 | /// Mark that a binary file was recorded. |
| 378 | pub fn mark_binary_file(&mut self) { |
| 379 | self.has_binary_files = true; |
| 380 | } |
| 381 | |
| 382 | /// Check if any binary files were recorded. |
| 383 | pub fn has_binary_files(&self) -> bool { |
no outgoing calls