(&self)
| 249 | } |
| 250 | |
| 251 | fn is_empty(&self) -> bool { |
| 252 | self.messages_remaining == 0 |
| 253 | } |
| 254 | |
| 255 | fn fill_buf(&mut self, n: usize) -> Result<(), AvroError> { |
| 256 | // We don't have enough space in the buffer, need to grow it. |
no outgoing calls
no test coverage detected