(mut self, update: bool)
| 206 | /// to keep turn-end latency low. |
| 207 | #[must_use] |
| 208 | pub fn update_file_index(mut self, update: bool) -> Self { |
| 209 | self.update_file_index = update; |
| 210 | self |
| 211 | } |
| 212 | |
| 213 | /// Set whether to deflate vault working-copy files after recording. |
| 214 | /// |
no outgoing calls
no test coverage detected