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

Function test_move_with_force

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

Source from the content-addressed store, hash-verified

300
301 #[test]
302 fn test_move_with_force() {
303 let cmd = Move::new("old.rs", "new.rs").with_force(true);
304 assert!(cmd.force);
305 }
306
307 #[test]
308 fn test_move_builder_chain() {

Callers

nothing calls this directly

Calls 1

with_forceMethod · 0.45

Tested by

no test coverage detected