(mut self, sync: bool)
| 232 | /// recorded change itself. |
| 233 | #[must_use] |
| 234 | pub fn sync_vault(mut self, sync: bool) -> Self { |
| 235 | self.sync_vault = sync; |
| 236 | self |
| 237 | } |
| 238 | |
| 239 | /// Set whether to enrich the knowledge graph after recording. |
| 240 | /// |
no outgoing calls
no test coverage detected