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

Method with_download_only

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

Builder: set the download-only flag.

(mut self, download_only: bool)

Source from the content-addressed store, hash-verified

190
191 /// Builder: set the download-only flag.
192 pub fn with_download_only(mut self, download_only: bool) -> Self {
193 self.download_only = download_only;
194 self
195 }
196
197 // Internal Helper Methods
198

Callers 2

test_clone_builder_chainFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_clone_builder_chainFunction · 0.36