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

Method with_download_only

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

Builder: set the download-only flag.

(mut self, download_only: bool)

Source from the content-addressed store, hash-verified

249
250 /// Builder: set the download-only flag.
251 pub fn with_download_only(mut self, download_only: bool) -> Self {
252 self.download_only = download_only;
253 self
254 }
255
256 /// Builder: bootstrap an existing Git checkout.
257 pub fn with_into_existing(mut self, into_existing: bool) -> Self {

Callers 2

test_clone_builder_chainFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_clone_builder_chainFunction · 0.36