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

Source from the content-addressed store, hash-verified

1001
1002 #[test]
1003 fn test_push_with_insecure() {
1004 let push = Push::new().with_insecure(true);
1005 assert!(push.insecure);
1006 }
1007
1008 #[test]
1009 fn test_push_with_timeout() {

Callers

nothing calls this directly

Calls 1

with_insecureMethod · 0.45

Tested by

no test coverage detected