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

Function test_push_with_to_view

atomic-cli/src/commands/push/command.rs:837–840  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

835
836 #[test]
837 fn test_push_with_to_view() {
838 let push = Push::new().with_to_view("main");
839 assert_eq!(push.to_view, Some("main".to_string()));
840 }
841
842 #[test]
843 fn test_push_with_from_view() {

Callers

nothing calls this directly

Calls 1

with_to_viewMethod · 0.45

Tested by

no test coverage detected