(&self)
| 214 | /// Get the current content position (total bytes appended). |
| 215 | #[must_use] |
| 216 | pub fn content_len(&self) -> u64 { |
| 217 | self.content_position |
| 218 | } |
| 219 | |
| 220 | /// Get a reference to the transaction. |
| 221 | #[must_use] |
no outgoing calls
no test coverage detected