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

Function test_add_with_recursive_true

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

Source from the content-addressed store, hash-verified

616
617 #[test]
618 fn test_add_with_recursive_true() {
619 let add = Add::new().with_recursive(true);
620 assert!(add.recursive);
621 assert!(!add.no_recursive);
622 }
623
624 #[test]
625 fn test_add_with_recursive_false() {

Callers

nothing calls this directly

Calls 1

with_recursiveMethod · 0.45

Tested by

no test coverage detected