(&self)
| 185 | /// Returns the content byte range. |
| 186 | #[inline] |
| 187 | pub fn content_range(&self) -> Range<u32> { |
| 188 | self.content_start..self.content_end |
| 189 | } |
| 190 | |
| 191 | /// Returns the content length in bytes. |
| 192 | #[inline] |
no outgoing calls
no test coverage detected