(&self)
| 288 | } |
| 289 | |
| 290 | pub fn is_support_backpressure(&self) -> bool { |
| 291 | get_version_number(&self.version) >= get_version_number("2.2.0") |
| 292 | } |
| 293 | |
| 294 | pub fn get_unique_id(&self) -> String { |
| 295 | if self.hwid.is_empty() { |
nothing calls this directly
no test coverage detected