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

Source from the content-addressed store, hash-verified

921 /// Test with_insecure builder method.
922 #[test]
923 fn test_pull_with_insecure() {
924 let pull = Pull::new().with_insecure(true);
925 assert!(pull.insecure);
926 }
927
928 /// Test with_timeout builder method.
929 #[test]

Callers

nothing calls this directly

Calls 1

with_insecureMethod · 0.45

Tested by

no test coverage detected