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