(mut self, update: bool)
| 214 | /// to keep turn-end latency low. |
| 215 | #[must_use] |
| 216 | pub fn update_file_index(mut self, update: bool) -> Self { |
| 217 | self.update_file_index = update; |
| 218 | self |
| 219 | } |
| 220 | |
| 221 | /// Set whether to deflate vault working-copy files after recording. |
| 222 | /// |
no outgoing calls
no test coverage detected