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

Function test_add_with_force

atomic-cli/src/commands/add.rs:612–615  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

610
611 #[test]
612 fn test_add_with_force() {
613 let add = Add::new().with_force(true);
614 assert!(add.force);
615 }
616
617 #[test]
618 fn test_add_with_recursive_true() {

Callers

nothing calls this directly

Calls 1

with_forceMethod · 0.45

Tested by

no test coverage detected