MCPcopy Create free account
hub / github.com/MultiFuzz/MultiFuzz / bytes_read

Method bytes_read

hail-fuzz/src/input.rs:135–137  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

133 }
134
135 pub fn bytes_read(&self) -> usize {
136 self.streams.values().map(|x| x.cursor as usize).sum()
137 }
138
139 pub fn from_path(path: &std::path::Path) -> anyhow::Result<Self> {
140 let buf =

Callers 1

callMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected