Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
46
impl Read for CachedReader {
Callers
1
guess_format
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected