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

Enum BucketStrategy

hail-fuzz/src/coverage.rs:221–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219
220#[derive(Debug, Copy, Clone)]
221pub enum BucketStrategy {
222 Afl,
223 AflFirst,
224 #[allow(unused)]
225 SmallCounts,
226 Any,
227}
228
229#[inline(always)]
230fn classify_counts(counts: &mut [u64], strategy: BucketStrategy) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected