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

Function test_move_with_force

atomic-cli/src/commands/mv.rs:308–311  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

306
307 #[test]
308 fn test_move_with_force() {
309 let cmd = Move::new("old.rs", "new.rs").with_force(true);
310 assert!(cmd.force);
311 }
312
313 #[test]
314 fn test_move_builder_chain() {

Callers

nothing calls this directly

Calls 1

with_forceMethod · 0.45

Tested by

no test coverage detected