(mut self, save: bool)
| 196 | /// Set whether to save the change to the store. Default is true. |
| 197 | #[must_use] |
| 198 | pub fn save_to_store(mut self, save: bool) -> Self { |
| 199 | self.save_to_store = save; |
| 200 | self |
| 201 | } |
| 202 | |
| 203 | /// Set whether to refresh the file index after applying the recorded change. |
| 204 | /// |
no outgoing calls