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:937–940  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

935 /// Test with_download_only builder method.
936 #[test]
937 fn test_pull_with_download_only() {
938 let pull = Pull::new().with_download_only(true);
939 assert!(pull.download_only);
940 }
941
942 /// Test chaining multiple builder methods.
943 #[test]

Callers

nothing calls this directly

Calls 1

with_download_onlyMethod · 0.45

Tested by

no test coverage detected