Check if the registry is empty
(&self)
| 672 | |
| 673 | /// Check if the registry is empty |
| 674 | pub fn is_empty(&self) -> bool { |
| 675 | self.len() == 0 |
| 676 | } |
| 677 | } |
| 678 | |
| 679 | // ============================================================================ |
no test coverage detected