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

Function test_push_with_insecure

atomic-cli/src/commands/push/command.rs:870–873  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

868
869 #[test]
870 fn test_push_with_insecure() {
871 let push = Push::new().with_insecure(true);
872 assert!(push.insecure);
873 }
874
875 #[test]
876 fn test_push_with_timeout() {

Callers

nothing calls this directly

Calls 1

with_insecureMethod · 0.45

Tested by

no test coverage detected