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

Method with_into_existing

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

Builder: bootstrap an existing Git checkout.

(mut self, into_existing: bool)

Source from the content-addressed store, hash-verified

286
287 /// Builder: bootstrap an existing Git checkout.
288 pub fn with_into_existing(mut self, into_existing: bool) -> Self {
289 self.into_existing = into_existing;
290 self
291 }
292
293 /// Builder: clone all remote views, not just the primary one.
294 pub fn with_all_views(mut self, all_views: bool) -> Self {

Callers 2

test_clone_builder_chainFunction · 0.80

Calls

no outgoing calls

Tested by 2

test_clone_builder_chainFunction · 0.64