Get the number of hunks.
(&self)
| 838 | |
| 839 | /// Get the number of hunks. |
| 840 | pub fn hunk_count(&self) -> usize { |
| 841 | self.hunks.len() |
| 842 | } |
| 843 | |
| 844 | /// Check if this change has AI provenance. |
| 845 | pub fn has_provenance(&self) -> bool { |
no test coverage detected