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

Function test_clone_with_path

atomic-cli/src/commands/clone/command.rs:757–760  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

755 /// Test with_path builder method.
756 #[test]
757 fn test_clone_with_path() {
758 let clone = Clone::new("https://example.com/repo".to_string()).with_path("my-project");
759 assert_eq!(clone.path, Some("my-project".to_string()));
760 }
761
762 /// Test with_view builder method.
763 #[test]

Callers

nothing calls this directly

Calls 1

with_pathMethod · 0.45

Tested by

no test coverage detected