Returns true if the decoder is empty
(&self)
| 177 | |
| 178 | /// Returns true if the decoder is empty |
| 179 | pub fn is_empty(&self) -> bool { |
| 180 | self.num_rows == 0 |
| 181 | } |
| 182 | |
| 183 | /// Clears the current contents of the decoder |
| 184 | pub fn clear(&mut self) { |
no outgoing calls
no test coverage detected