Gets a reference to the underlying reader
(&self)
| 31 | |
| 32 | /// Gets a reference to the underlying reader |
| 33 | pub fn get_reader(&self) -> &R { |
| 34 | &self.reader |
| 35 | } |
| 36 | |
| 37 | /// Gets a mutable reference to the underlying hasher |
| 38 | pub fn get_hasher_mut(&mut self) -> &mut D { |
nothing calls this directly
no outgoing calls
no test coverage detected