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

Method save_to_store

atomic-repository/src/record/options.rs:206–209  ·  view source on GitHub ↗
(mut self, save: bool)

Source from the content-addressed store, hash-verified

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

Callers 15

build_optionsMethod · 0.80
record_allFunction · 0.80
remediation_reportFunction · 0.80
report_with_intentFunction · 0.80
review_gate_reportFunction · 0.80
record_turnFunction · 0.80
repo_with_recorded_fileFunction · 0.80
record_allFunction · 0.80

Calls

no outgoing calls