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

Function test_pull_with_insecure

atomic-cli/src/commands/pull/command.rs:832–835  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

830 /// Test with_insecure builder method.
831 #[test]
832 fn test_pull_with_insecure() {
833 let pull = Pull::new().with_insecure(true);
834 assert!(pull.insecure);
835 }
836
837 /// Test with_timeout builder method.
838 #[test]

Callers

nothing calls this directly

Calls 1

with_insecureMethod · 0.45

Tested by

no test coverage detected