(&self, path: &TopicPath)
| 290 | } |
| 291 | |
| 292 | fn downset(&self, path: &TopicPath) -> HashSet<ExternalId> { |
| 293 | self.client.downset(path).collect::<HashSet<ExternalId>>() |
| 294 | } |
| 295 | } |
| 296 | |
| 297 | pub struct FindMatches { |
nothing calls this directly
no outgoing calls
no test coverage detected