(&mut self, bytes: u64)
| 195 | /// Records content bytes processed. |
| 196 | #[inline] |
| 197 | pub fn add_content_bytes(&mut self, bytes: u64) { |
| 198 | self.content_bytes_processed += bytes; |
| 199 | } |
| 200 | |
| 201 | /// Records a conflict detection. |
| 202 | #[inline] |
no outgoing calls