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

Function test_pull_with_to_view

atomic-cli/src/commands/pull/command.rs:892–895  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

890 /// Test with_to_view builder method.
891 #[test]
892 fn test_pull_with_to_view() {
893 let pull = Pull::new().with_to_view("feature");
894 assert_eq!(pull.to_view, Some("feature".to_string()));
895 }
896
897 /// Test with_from_view builder method.
898 #[test]

Callers

nothing calls this directly

Calls 1

with_to_viewMethod · 0.45

Tested by

no test coverage detected