Get the number of bytes remaining in this line.
(&self)
| 373 | |
| 374 | /// Get the number of bytes remaining in this line. |
| 375 | fn len(&self) -> usize { |
| 376 | self.remaining.len() |
| 377 | } |
| 378 | |
| 379 | /// Is the buffer for this line empty? |
| 380 | fn is_empty(&self) -> bool { |
no outgoing calls
no test coverage detected