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

Function test_add_with_all

atomic-cli/src/commands/add.rs:600–603  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

598
599 #[test]
600 fn test_add_with_all() {
601 let add = Add::new().with_all(true);
602 assert!(add.all);
603 }
604
605 #[test]
606 fn test_add_with_dry_run() {

Callers

nothing calls this directly

Calls 1

with_allMethod · 0.45

Tested by

no test coverage detected