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:1008–1011  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1006 /// Test with_all_views builder method.
1007 #[test]
1008 fn test_clone_with_all_views() {
1009 let clone = Clone::new("https://example.com/repo".to_string()).with_all_views(true);
1010 assert!(clone.all_views);
1011 }
1012
1013 /// Test chaining multiple builder methods.
1014 #[test]

Callers

nothing calls this directly

Calls 1

with_all_viewsMethod · 0.80

Tested by

no test coverage detected