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

Method with_all_views

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

Builder: clone all remote views, not just the primary one.

(mut self, all_views: bool)

Source from the content-addressed store, hash-verified

272
273 /// Builder: clone all remote views, not just the primary one.
274 pub fn with_all_views(mut self, all_views: bool) -> Self {
275 self.all_views = all_views;
276 self
277 }
278
279 // Internal Helper Methods
280

Callers 2

test_clone_builder_chainFunction · 0.80

Calls

no outgoing calls

Tested by 2

test_clone_builder_chainFunction · 0.64