Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MultiFuzz/MultiFuzz
/ count
Method
count
hail-fuzz/src/mutations.rs:170–172 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
168
169
impl InputSource for CorpusStore<MultiStream> {
170
fn count(&self) -> usize {
171
self.inputs()
172
}
173
174
fn choose_random<R: Rng>(&self, rng: &mut R) -> &MultiStream {
175
&self.random(rng).data
Callers
1
apply_mutation
Function · 0.45
Calls
1
inputs
Method · 0.80
Tested by
no test coverage detected