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

Function test_pull_with_from_view

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

Source from the content-addressed store, hash-verified

937 /// Test with_from_view builder method.
938 #[test]
939 fn test_pull_with_from_view() {
940 let pull = Pull::new().with_from_view("main");
941 assert_eq!(pull.from_view, Some("main".to_string()));
942 }
943
944 /// Test with_dry_run builder method.
945 #[test]

Callers

nothing calls this directly

Calls 1

with_from_viewMethod · 0.45

Tested by

no test coverage detected