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

Method with_all_views

atomic-cli/src/commands/clone/command.rs:294–297  ·  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

292
293 /// Builder: clone all remote views, not just the primary one.
294 pub fn with_all_views(mut self, all_views: bool) -> Self {
295 self.all_views = all_views;
296 self
297 }
298
299 // Internal Helper Methods
300

Callers 2

test_clone_builder_chainFunction · 0.80

Calls

no outgoing calls

Tested by 2

test_clone_builder_chainFunction · 0.64