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

Method with_force

atomic-cli/src/commands/restore.rs:147–150  ·  view source on GitHub ↗

Builder: set the force flag.

(mut self, force: bool)

Source from the content-addressed store, hash-verified

145
146 /// Builder: set the force flag.
147 pub fn with_force(mut self, force: bool) -> Self {
148 self.force = force;
149 self
150 }
151
152 /// Check if this is a partial restore (specific files, not the whole copy).
153 pub fn is_partial(&self) -> bool {

Calls

no outgoing calls