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

Method save_to_store

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

Source from the content-addressed store, hash-verified

196 /// Set whether to save the change to the store. Default is true.
197 #[must_use]
198 pub fn save_to_store(mut self, save: bool) -> Self {
199 self.save_to_store = save;
200 self
201 }
202
203 /// Set whether to refresh the file index after applying the recorded change.
204 ///

Calls

no outgoing calls