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

Method get_bits

hail-fuzz/src/coverage.rs:167–169  ·  view source on GitHub ↗
(&self, vm: &'a mut Vm)

Source from the content-addressed store, hash-verified

165 }
166
167 fn get_bits<'a>(&self, vm: &'a mut Vm) -> &'a [u64] {
168 bytemuck::cast_slice(vm.cpu.trace[self.storage].data())
169 }
170
171 fn new_bits(&mut self, vm: &mut Vm) -> Vec<u32> {
172 // Calculate coverage buckets.

Callers 3

runMethod · 0.80
check_exit_stateMethod · 0.80
after_checkMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected