pub const MAX_COVERAGE_DATA: u64 = 4096;
Expand description

Maximum length of a vector of CoverageData structs.

This value matches the maximum number of LLVM modules libFuzzer can track.