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

Source from the content-addressed store, hash-verified

799 /// Test with_to_view builder method.
800 #[test]
801 fn test_pull_with_to_view() {
802 let pull = Pull::new().with_to_view("feature");
803 assert_eq!(pull.to_view, Some("feature".to_string()));
804 }
805
806 /// Test with_from_view builder method.
807 #[test]

Callers

nothing calls this directly

Calls 1

with_to_viewMethod · 0.45

Tested by

no test coverage detected