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

Source from the content-addressed store, hash-verified

990
991 #[test]
992 fn test_push_with_insecure() {
993 let push = Push::new().with_insecure(true);
994 assert!(push.insecure);
995 }
996
997 #[test]
998 fn test_push_with_timeout() {

Callers

nothing calls this directly

Calls 1

with_insecureMethod · 0.45

Tested by

no test coverage detected