(&self, folder: P)
| 52 | } |
| 53 | |
| 54 | fn save_to<P: AsRef<std::path::Path>>(&self, folder: P) -> anyhow::Result<()> { |
| 55 | self.save_file_to(folder, &Self::file_name(None)) |
| 56 | } |
| 57 | |
| 58 | fn save_with_pid_to<P: AsRef<std::path::Path>>( |
| 59 | &self, |
nothing calls this directly
no test coverage detected