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

Function test_diff_with_name_status

atomic-cli/src/commands/diff/tests.rs:694–697  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

692
693 #[test]
694 fn test_diff_with_name_status() {
695 let diff = Diff::new().with_name_status(true);
696 assert!(diff.name_status);
697 }
698
699 #[test]
700 fn test_diff_with_view() {

Callers

nothing calls this directly

Calls 1

with_name_statusMethod · 0.80

Tested by

no test coverage detected