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

Function test_pull_with_remote_url

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

Source from the content-addressed store, hash-verified

923 /// Test with_remote with URL.
924 #[test]
925 fn test_pull_with_remote_url() {
926 let pull = Pull::new().with_remote("https://example.com/repo");
927 assert_eq!(pull.remote.as_deref(), Some("https://example.com/repo"));
928 }
929
930 /// Test with_to_view builder method.
931 #[test]

Callers

nothing calls this directly

Calls 1

with_remoteMethod · 0.45

Tested by

no test coverage detected