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

Function test_file_diff_debug

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

Source from the content-addressed store, hash-verified

924
925 #[test]
926 fn test_file_diff_debug() {
927 let diff = FileDiff::modified("test.rs");
928 let debug = format!("{:?}", diff);
929 assert!(debug.contains("FileDiff"));
930 }
931
932 #[test]
933 fn test_file_change_status_debug() {

Callers

nothing calls this directly

Calls 1

modifiedFunction · 0.85

Tested by

no test coverage detected