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

Function test_push_with_force

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

Source from the content-addressed store, hash-verified

880
881 #[test]
882 fn test_push_with_force() {
883 let push = Push::new().with_force(true);
884 assert!(push.force);
885 }
886
887 #[test]
888 fn test_push_with_all() {

Callers

nothing calls this directly

Calls 1

with_forceMethod · 0.45

Tested by

no test coverage detected