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

Method with_insecure

atomic-cli/src/commands/pull/command.rs:226–229  ·  view source on GitHub ↗

Builder: set the insecure flag.

(mut self, insecure: bool)

Source from the content-addressed store, hash-verified

224
225 /// Builder: set the insecure flag.
226 pub fn with_insecure(mut self, insecure: bool) -> Self {
227 self.insecure = insecure;
228 self
229 }
230
231 /// Builder: set the timeout in seconds.
232 pub fn with_timeout(mut self, timeout: u64) -> Self {

Callers 3

test_pull_with_insecureFunction · 0.45
test_pull_builder_chainFunction · 0.45

Calls

no outgoing calls

Tested by 3

test_pull_with_insecureFunction · 0.36
test_pull_builder_chainFunction · 0.36