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

Source from the content-addressed store, hash-verified

892
893 #[test]
894 fn test_push_with_insecure() {
895 let push = Push::new().with_insecure(true);
896 assert!(push.insecure);
897 }
898
899 #[test]
900 fn test_push_with_timeout() {

Callers

nothing calls this directly

Calls 1

with_insecureMethod · 0.45

Tested by

no test coverage detected