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

Function test_restore_with_dry_run

atomic-cli/src/commands/restore.rs:491–494  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

489
490 #[test]
491 fn test_restore_with_dry_run() {
492 let cmd = Restore::new().with_dry_run(true);
493 assert!(cmd.dry_run);
494 }
495
496 #[test]
497 fn test_restore_with_force() {

Callers

nothing calls this directly

Calls 1

with_dry_runMethod · 0.45

Tested by

no test coverage detected