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

Method with_download_only

atomic-cli/src/commands/pull/command.rs:237–240  ·  view source on GitHub ↗

Builder: set the download-only flag.

(mut self, download_only: bool)

Source from the content-addressed store, hash-verified

235
236 /// Builder: set the download-only flag.
237 pub fn with_download_only(mut self, download_only: bool) -> Self {
238 self.download_only = download_only;
239 self
240 }
241
242 /// Builder: set an explicit identity name override.
243 pub fn with_identity(mut self, identity: impl Into<String>) -> Self {

Callers 2

test_pull_builder_chainFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_pull_builder_chainFunction · 0.36