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

Source from the content-addressed store, hash-verified

984
985 #[test]
986 fn test_push_with_all() {
987 let push = Push::new().with_all(true);
988 assert!(push.all);
989 }
990
991 #[test]
992 fn test_push_with_insecure() {

Callers

nothing calls this directly

Calls 1

with_allMethod · 0.45

Tested by

no test coverage detected