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

Function test_clone_with_all_views

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

Source from the content-addressed store, hash-verified

1227 /// Test with_all_views builder method.
1228 #[test]
1229 fn test_clone_with_all_views() {
1230 let clone = Clone::new("https://example.com/repo".to_string()).with_all_views(true);
1231 assert!(clone.all_views);
1232 }
1233
1234 /// Test chaining multiple builder methods.
1235 #[test]

Callers

nothing calls this directly

Calls 1

with_all_viewsMethod · 0.80

Tested by

no test coverage detected