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

Source from the content-addressed store, hash-verified

914 /// Test with_all builder method.
915 #[test]
916 fn test_pull_with_all() {
917 let pull = Pull::new().with_all(true);
918 assert!(pull.all);
919 }
920
921 /// Test with_insecure builder method.
922 #[test]

Callers

nothing calls this directly

Calls 1

with_allMethod · 0.45

Tested by

no test coverage detected