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

Function test_push_with_from_view

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

Source from the content-addressed store, hash-verified

974
975 #[test]
976 fn test_push_with_from_view() {
977 let push = Push::new().with_from_view("feature");
978 assert_eq!(push.from_view, Some("feature".to_string()));
979 }
980
981 #[test]
982 fn test_push_with_dry_run() {

Callers

nothing calls this directly

Calls 1

with_from_viewMethod · 0.45

Tested by

no test coverage detected