Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ test_push_with_insecure
Function
test_push_with_insecure
atomic-cli/src/commands/push/command.rs:899–902 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
897
898
#[test]
899
fn test_push_with_insecure() {
900
let push = Push::new().with_insecure(true);
901
assert!(push.insecure);
902
}
903
904
#[test]
905
fn test_push_with_timeout() {
Callers
nothing calls this directly
Calls
1
with_insecure
Method · 0.45
Tested by
no test coverage detected