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

Method sync_vault

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

Source from the content-addressed store, hash-verified

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

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