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

Source from the content-addressed store, hash-verified

844 /// Test with_download_only builder method.
845 #[test]
846 fn test_pull_with_download_only() {
847 let pull = Pull::new().with_download_only(true);
848 assert!(pull.download_only);
849 }
850
851 /// Test chaining multiple builder methods.
852 #[test]

Callers

nothing calls this directly

Calls 1

with_download_onlyMethod · 0.45

Tested by

no test coverage detected