Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MultiFuzz/MultiFuzz
/ is_favored
Method
is_favored
hail-fuzz/src/queue.rs:144–146 ·
view source on GitHub ↗
(&self, id: usize)
Source
from the content-addressed store, hash-verified
142
}
143
144
fn is_favored(&self, id: usize) -> bool {
145
self.test_cases[id].favored
146
}
147
}
148
149
impl CorpusStore<MultiStream> {
Callers
1
next_input
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected