MCPcopy 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
162impl 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_pathMethod · 0.45
count_parent_prefixFunction · 0.45
runFunction · 0.45
prefix_matchFunction · 0.45
strided_prefix_matchFunction · 0.45
from_sequenceMethod · 0.45

Calls

no outgoing calls

Tested by 1

runFunction · 0.36