(&self)
| 487 | /// The invariant `buffer.len() <= buffer.capacity()` is always upheld. |
| 488 | #[inline] |
| 489 | pub const fn len(&self) -> usize { |
| 490 | self.len |
| 491 | } |
| 492 | |
| 493 | /// Returns the total capacity in this buffer, in bytes. |
| 494 | /// |
no outgoing calls
no test coverage detected