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

Method hit_counts

hail-fuzz/src/coverage.rs:139–141  ·  view source on GitHub ↗
(vm: &mut Vm, config: &FuzzConfig)

Source from the content-addressed store, hash-verified

137
138impl EdgeCountMap {
139 pub fn hit_counts(vm: &mut Vm, config: &FuzzConfig) -> Self {
140 Self::with_strategy(vm, config, BucketStrategy::Afl)
141 }
142
143 pub fn with_strategy(vm: &mut Vm, config: &FuzzConfig, strategy: BucketStrategy) -> Self {
144 let bitmap = Box::leak(init_coverage_array());

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected