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

Function test_pull_with_download_only

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

Source from the content-addressed store, hash-verified

975 /// Test with_download_only builder method.
976 #[test]
977 fn test_pull_with_download_only() {
978 let pull = Pull::new().with_download_only(true);
979 assert!(pull.download_only);
980 }
981
982 /// Test chaining multiple builder methods.
983 #[test]

Callers

nothing calls this directly

Calls 1

with_download_onlyMethod · 0.45

Tested by

no test coverage detected