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:1164–1168  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1162
1163 #[test]
1164 fn test_file_diff_debug() {
1165 let diff = FileDiff::modified("test.rs");
1166 let debug = format!("{:?}", diff);
1167 assert!(debug.contains("FileDiff"));
1168 }
1169
1170 #[test]
1171 fn test_file_change_status_debug() {

Callers

nothing calls this directly

Calls 1

modifiedFunction · 0.85

Tested by

no test coverage detected