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

Method overwrite

atomic-repository/src/archive.rs:343–346  ·  view source on GitHub ↗

Enable overwriting existing destination.

(mut self, overwrite: bool)

Source from the content-addressed store, hash-verified

341
342 /// Enable overwriting existing destination.
343 pub fn overwrite(mut self, overwrite: bool) -> Self {
344 self.overwrite = overwrite;
345 self
346 }
347
348 /// Set maximum file count.
349 pub fn max_files(mut self, max: usize) -> Self {

Callers 1

Calls

no outgoing calls

Tested by 1