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

Function test_hunk_line_debug

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

Source from the content-addressed store, hash-verified

1155
1156 #[test]
1157 fn test_hunk_line_debug() {
1158 let line = HunkLine::added("test", 1);
1159 let debug = format!("{:?}", line);
1160 assert!(debug.contains("HunkLine"));
1161 }
1162
1163 #[test]
1164 fn test_file_diff_debug() {

Callers

nothing calls this directly

Calls 1

addedFunction · 0.85

Tested by

no test coverage detected