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

Function test_pull_with_all

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

Source from the content-addressed store, hash-verified

823 /// Test with_all builder method.
824 #[test]
825 fn test_pull_with_all() {
826 let pull = Pull::new().with_all(true);
827 assert!(pull.all);
828 }
829
830 /// Test with_insecure builder method.
831 #[test]

Callers

nothing calls this directly

Calls 1

with_allMethod · 0.45

Tested by

no test coverage detected