MCPcopy Create free account
hub / github.com/arraypad/each / rewind

Method rewind

src/readers.rs:41–43  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

39 }
40
41 pub fn rewind(&mut self) {
42 self.index = 0;
43 }
44}
45
46impl Read for CachedReader {

Callers 1

guess_formatFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected