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

Method with_insecure

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

Builder: set the insecure flag.

(mut self, insecure: bool)

Source from the content-addressed store, hash-verified

268
269 /// Builder: set the insecure flag.
270 pub fn with_insecure(mut self, insecure: bool) -> Self {
271 self.insecure = insecure;
272 self
273 }
274
275 /// Builder: set the timeout in seconds.
276 pub fn with_timeout(mut self, timeout: u64) -> Self {

Callers 4

test_clone_with_insecureFunction · 0.45
test_clone_builder_chainFunction · 0.45
test_clone_cloneFunction · 0.45

Calls

no outgoing calls

Tested by 4

test_clone_with_insecureFunction · 0.36
test_clone_builder_chainFunction · 0.36
test_clone_cloneFunction · 0.36