(&self)
| 204 | /// Check if there are no changes. |
| 205 | #[inline] |
| 206 | pub fn is_empty(&self) -> bool { |
| 207 | self.changes.is_empty() |
| 208 | } |
| 209 | |
| 210 | /// Iterate over added lines. |
| 211 | pub fn added_lines(&self) -> impl Iterator<Item = &LineChange<'a>> { |
no outgoing calls
no test coverage detected