(mut self, update: bool)
| 221 | /// to keep turn-end latency low. |
| 222 | #[must_use] |
| 223 | pub fn update_file_index(mut self, update: bool) -> Self { |
| 224 | self.update_file_index = update; |
| 225 | self |
| 226 | } |
| 227 | |
| 228 | /// Set whether to deflate vault working-copy files after recording. |
| 229 | /// |
no outgoing calls
no test coverage detected