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

Function test_pull_with_remote

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

Source from the content-addressed store, hash-verified

916 /// Test with_remote builder method.
917 #[test]
918 fn test_pull_with_remote() {
919 let pull = Pull::new().with_remote("upstream");
920 assert_eq!(pull.remote.as_deref(), Some("upstream"));
921 }
922
923 /// Test with_remote with URL.
924 #[test]

Callers

nothing calls this directly

Calls 1

with_remoteMethod · 0.45

Tested by

no test coverage detected