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