(&self)
| 127 | } |
| 128 | |
| 129 | pub fn is_empty(&self) -> bool { |
| 130 | self.urls.is_empty() && self.tokens.is_empty() && self.topic_specs.is_empty() |
| 131 | } |
| 132 | |
| 133 | pub fn topics_only(&self) -> bool { |
| 134 | self.urls.is_empty() && self.tokens.is_empty() && !self.topic_specs.is_empty() |
no outgoing calls
no test coverage detected