Check if this error is because a path is ignored
(&self)
| 184 | |
| 185 | /// Check if this error is because a path is ignored |
| 186 | pub fn is_ignored(&self) -> bool { |
| 187 | matches!(self, RepositoryError::PathIgnored { .. }) |
| 188 | } |
| 189 | |
| 190 | /// Check if this error is related to tags |
| 191 | pub fn is_tag_error(&self) -> bool { |
no outgoing calls
no test coverage detected