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

Function test_diff_with_stat

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

Source from the content-addressed store, hash-verified

912
913 #[test]
914 fn test_diff_with_stat() {
915 let diff = Diff::new().with_stat(true);
916 assert!(diff.stat);
917 }
918
919 #[test]
920 fn test_diff_with_no_color() {

Callers

nothing calls this directly

Calls 1

with_statMethod · 0.80

Tested by

no test coverage detected