Check if this error is because a path is ignored
(&self)
| 191 | |
| 192 | /// Check if this error is because a path is ignored |
| 193 | pub fn is_ignored(&self) -> bool { |
| 194 | matches!(self, RepositoryError::PathIgnored { .. }) |
| 195 | } |
| 196 | |
| 197 | /// Check if this error is related to tags |
| 198 | pub fn is_tag_error(&self) -> bool { |
no outgoing calls
no test coverage detected