(&self)
| 183 | } |
| 184 | |
| 185 | pub fn source_path(&self) -> Option<&Utf8UnixPathBuf> { |
| 186 | self.metadata.as_ref().and_then(|m| m.source_path.as_ref()) |
| 187 | } |
| 188 | |
| 189 | pub fn progress_categories(&self) -> &[String] { |
| 190 | self.metadata.as_ref().and_then(|m| m.progress_categories.as_deref()).unwrap_or_default() |