(mut self, save: bool)
| 204 | /// Set whether to save the change to the store. Default is true. |
| 205 | #[must_use] |
| 206 | pub fn save_to_store(mut self, save: bool) -> Self { |
| 207 | self.save_to_store = save; |
| 208 | self |
| 209 | } |
| 210 | |
| 211 | /// Set whether to refresh the file index after applying the recorded change. |
| 212 | /// |
no outgoing calls