Check if this change has any hunks.
(&self)
| 833 | |
| 834 | /// Check if this change has any hunks. |
| 835 | pub fn is_empty(&self) -> bool { |
| 836 | self.hunks.is_empty() && self.file_ops.is_empty() |
| 837 | } |
| 838 | |
| 839 | /// Get the number of hunks. |
| 840 | pub fn hunk_count(&self) -> usize { |
no outgoing calls
no test coverage detected