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

Method with_insecure

atomic-cli/src/commands/push/command.rs:210–213  ·  view source on GitHub ↗

Builder: set the insecure flag.

(mut self, insecure: bool)

Source from the content-addressed store, hash-verified

208
209 /// Builder: set the insecure flag.
210 pub fn with_insecure(mut self, insecure: bool) -> Self {
211 self.insecure = insecure;
212 self
213 }
214
215 /// Builder: set the timeout in seconds.
216 pub fn with_timeout(mut self, timeout: u64) -> Self {

Callers 3

test_push_with_insecureFunction · 0.45
test_push_builder_chainFunction · 0.45

Calls

no outgoing calls

Tested by 3

test_push_with_insecureFunction · 0.36
test_push_builder_chainFunction · 0.36