(&self)
| 501 | } |
| 502 | |
| 503 | pub fn kind(&self) -> Kind { |
| 504 | match self { |
| 505 | RepoObject::Topic(_) => Kind::Topic, |
| 506 | RepoObject::Link(_) => Kind::Link, |
| 507 | } |
| 508 | } |
| 509 | |
| 510 | pub fn parent_topics(&self) -> &BTreeSet<ParentTopic> { |
| 511 | match self { |
nothing calls this directly
no outgoing calls
no test coverage detected