(&self)
| 208 | /// The content includes the trailing newline if present. |
| 209 | #[inline] |
| 210 | pub fn content(&self) -> &'a [u8] { |
| 211 | self.content |
| 212 | } |
| 213 | |
| 214 | /// Get the content without the trailing newline. |
| 215 | /// |
no outgoing calls
no test coverage detected