MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / test_push_with_all

Function test_push_with_all

atomic-cli/src/commands/push/command.rs:864–867  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

862
863 #[test]
864 fn test_push_with_all() {
865 let push = Push::new().with_all(true);
866 assert!(push.all);
867 }
868
869 #[test]
870 fn test_push_with_insecure() {

Callers

nothing calls this directly

Calls 1

with_allMethod · 0.45

Tested by

no test coverage detected