(&self)
| 508 | } |
| 509 | |
| 510 | pub fn parent_topics(&self) -> &BTreeSet<ParentTopic> { |
| 511 | match self { |
| 512 | RepoObject::Topic(topic) => &topic.parent_topics, |
| 513 | RepoObject::Link(link) => &link.parent_topics, |
| 514 | } |
| 515 | } |
| 516 | } |
| 517 | |
| 518 | #[derive(Clone, Deserialize, Serialize)] |
nothing calls this directly
no outgoing calls
no test coverage detected