(&self, timestamp: u128)
| 185 | } |
| 186 | |
| 187 | fn create_file_name(&self, timestamp: u128) -> String { |
| 188 | format!("{}{}", timestamp, self.client_data_suffix) |
| 189 | } |
| 190 | |
| 191 | fn get_driver(&self) -> Result<&dyn DataStoreDriver, &str> { |
| 192 | if self.local_file.is_some() { |
no outgoing calls
no test coverage detected