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:888–891 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
886
887
#[test]
888
fn test_push_with_all() {
889
let push = Push::new().with_all(true);
890
assert!(push.all);
891
}
892
893
#[test]
894
fn test_push_with_insecure() {
Callers
nothing calls this directly
Calls
1
with_all
Method · 0.45
Tested by
no test coverage detected