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

Function test_is_partial_with_files

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

Source from the content-addressed store, hash-verified

521
522 #[test]
523 fn test_is_partial_with_files() {
524 let cmd = Restore::new().with_files(vec!["file.txt".to_string()]);
525 assert!(cmd.is_partial());
526 }
527
528 // Filter Tests
529

Callers

nothing calls this directly

Calls 1

with_filesMethod · 0.45

Tested by

no test coverage detected