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

Function test_remove_with_force

atomic-cli/src/commands/remove.rs:382–385  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

380
381 #[test]
382 fn test_remove_with_force() {
383 let cmd = Remove::new(vec!["file.txt".to_string()]).with_force(true);
384 assert!(cmd.force);
385 }
386
387 #[test]
388 fn test_remove_builder_chain() {

Callers

nothing calls this directly

Calls 1

with_forceMethod · 0.45

Tested by

no test coverage detected