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:963–966  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

961 /// Test with_insecure builder method.
962 #[test]
963 fn test_pull_with_insecure() {
964 let pull = Pull::new().with_insecure(true);
965 assert!(pull.insecure);
966 }
967
968 /// Test with_timeout builder method.
969 #[test]

Callers

nothing calls this directly

Calls 1

with_insecureMethod · 0.45

Tested by

no test coverage detected