pub fn is_diff_addition_line(line: &str) -> bool
Whether a line is a unified diff addition content line (+..., excluding +++ marker).
+...
+++