(mut self, sync: bool)
| 225 | /// recorded change itself. |
| 226 | #[must_use] |
| 227 | pub fn sync_vault(mut self, sync: bool) -> Self { |
| 228 | self.sync_vault = sync; |
| 229 | self |
| 230 | } |
| 231 | |
| 232 | /// Set whether to enrich the knowledge graph after recording. |
| 233 | /// |
no outgoing calls
no test coverage detected