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

Method with_view

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

Builder: set the view name.

(mut self, view: impl Into<String>)

Source from the content-addressed store, hash-verified

172
173 /// Builder: set the view name.
174 pub fn with_view(mut self, view: impl Into<String>) -> Self {
175 self.view = view.into();
176 self
177 }
178
179 /// Builder: set the insecure flag.
180 pub fn with_insecure(mut self, insecure: bool) -> Self {

Callers 2

test_clone_with_viewFunction · 0.45
test_clone_builder_chainFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_clone_with_viewFunction · 0.36
test_clone_builder_chainFunction · 0.36