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

Function test_clone_with_insecure

atomic-cli/src/commands/clone/command.rs:1202–1205  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1200 /// Test with_insecure builder method.
1201 #[test]
1202 fn test_clone_with_insecure() {
1203 let clone = Clone::new("https://example.com/repo".to_string()).with_insecure(true);
1204 assert!(clone.insecure);
1205 }
1206
1207 /// Test with_timeout builder method.
1208 #[test]

Callers

nothing calls this directly

Calls 1

with_insecureMethod · 0.45

Tested by

no test coverage detected