Check if the builder is empty (no changes recorded). # Returns `true` if no hunks have been recorded yet.
(&self)
| 502 | /// |
| 503 | /// `true` if no hunks have been recorded yet. |
| 504 | pub fn is_empty(&self) -> bool { |
| 505 | self.builder.is_empty() |
| 506 | } |
| 507 | |
| 508 | /// Get the number of hunks recorded so far. |
| 509 | /// |
no outgoing calls
no test coverage detected