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

Method into_inner_reader

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

Consume the HashReader and return its internal reader

(self)

Source from the content-addressed store, hash-verified

52
53 /// Consume the HashReader and return its internal reader
54 pub fn into_inner_reader(self) -> R {
55 self.reader
56 }
57
58 /// Consume the HashReader and return its hasher and internal reader
59 pub fn into_parts(self) -> (D, R) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected