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

Function test_restore_with_force

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

Source from the content-addressed store, hash-verified

495
496 #[test]
497 fn test_restore_with_force() {
498 let cmd = Restore::new().with_force(true);
499 assert!(cmd.force);
500 }
501
502 #[test]
503 fn test_restore_builder_chain() {

Callers

nothing calls this directly

Calls 1

with_forceMethod · 0.45

Tested by

no test coverage detected