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

Source from the content-addressed store, hash-verified

917
918 #[test]
919 fn test_hunk_line_debug() {
920 let line = HunkLine::added("test", 1);
921 let debug = format!("{:?}", line);
922 assert!(debug.contains("HunkLine"));
923 }
924
925 #[test]
926 fn test_file_diff_debug() {

Callers

nothing calls this directly

Calls 1

addedFunction · 0.85

Tested by

no test coverage detected