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

Function test_add_with_recursive_false

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

Source from the content-addressed store, hash-verified

623
624 #[test]
625 fn test_add_with_recursive_false() {
626 let add = Add::new().with_recursive(false);
627 assert!(!add.recursive);
628 assert!(add.no_recursive);
629 }
630
631 #[test]
632 fn test_add_builder_chain() {

Callers

nothing calls this directly

Calls 1

with_recursiveMethod · 0.45

Tested by

no test coverage detected