MCPcopy Create free account
hub / github.com/RustCrypto/utils / get_reader

Method get_reader

digest-io/src/reader.rs:33–35  ·  view source on GitHub ↗

Gets a reference to the underlying reader

(&self)

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected