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

Function test_get_tracking_options_with_force

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

Source from the content-addressed store, hash-verified

662
663 #[test]
664 fn test_get_tracking_options_with_force() {
665 let add = Add::new().with_force(true);
666 let options = add.get_tracking_options();
667 assert!(options.force);
668 }
669
670 #[test]
671 fn test_get_tracking_options_no_recursive_flag() {

Callers

nothing calls this directly

Calls 2

get_tracking_optionsMethod · 0.80
with_forceMethod · 0.45

Tested by

no test coverage detected