Get the number of recorded hunks. # Returns The count of hunks (actions) that have been recorded.
(&self)
| 231 | /// |
| 232 | /// The count of hunks (actions) that have been recorded. |
| 233 | pub fn hunk_count(&self) -> usize { |
| 234 | self.actions.len() |
| 235 | } |
| 236 | |
| 237 | /// Get the total size of recorded contents. |
| 238 | /// |