MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / sync_vault

Method sync_vault

atomic-repository/src/record/options.rs:227–230  ·  view source on GitHub ↗
(mut self, sync: bool)

Source from the content-addressed store, hash-verified

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 ///

Callers 4

remediation_reportFunction · 0.80
report_with_intentFunction · 0.80
review_gate_reportFunction · 0.80
record_turnFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected