Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MultiFuzz/MultiFuzz
/ count
Method
count
hail-fuzz/src/coverage.rs:163–165 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
161
162
impl Coverage for EdgeCountMap {
163
fn count(&self) -> u64 {
164
self.count as u64
165
}
166
167
fn get_bits<
'a>(&self, vm: &'
a mut Vm) -> &'a [u64] {
168
bytemuck::cast_slice(vm.cpu.trace[self.storage].data())
Callers
8
from_path
Method · 0.45
select_random_non_empty_stream
Function · 0.45
count_parent_prefix
Function · 0.45
count_non_empty_streams
Method · 0.45
run
Function · 0.45
prefix_match
Function · 0.45
strided_prefix_match
Function · 0.45
from_sequence
Method · 0.45
Calls
no outgoing calls
Tested by
1
run
Function · 0.36