(&self)
| 53 | impl ProjectConfig { |
| 54 | #[inline] |
| 55 | pub fn units(&self) -> &[ProjectObject] { self.units.as_deref().unwrap_or_default() } |
| 56 | |
| 57 | #[inline] |
| 58 | pub fn progress_categories(&self) -> &[ProjectProgressCategory] { |
no outgoing calls
no test coverage detected