(&self)
| 289 | } |
| 290 | |
| 291 | pub fn synonyms(&self) -> &[Synonym] { |
| 292 | match &self.details { |
| 293 | Some(details) => &details.synonyms, |
| 294 | None => &[], |
| 295 | } |
| 296 | } |
| 297 | |
| 298 | fn timerange(&self) -> &Option<Timerange> { |
| 299 | match &self.details { |
no outgoing calls
no test coverage detected