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

Method with_into_existing

atomic-cli/src/commands/clone/command.rs:257–260  ·  view source on GitHub ↗

Builder: bootstrap an existing Git checkout.

(mut self, into_existing: bool)

Source from the content-addressed store, hash-verified

255
256 /// Builder: bootstrap an existing Git checkout.
257 pub fn with_into_existing(mut self, into_existing: bool) -> Self {
258 self.into_existing = into_existing;
259 self
260 }
261
262 // Internal Helper Methods
263

Callers 2

test_clone_builder_chainFunction · 0.80

Calls

no outgoing calls

Tested by 2

test_clone_builder_chainFunction · 0.64