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

Class EdgeCountMap

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

Source from the content-addressed store, hash-verified

129type EdgeCountSnapshot = Vec<u8>;
130
131pub struct EdgeCountMap {
132 hit: Box<[u64; MAP_SIZE / 8]>,
133 count: usize,
134 storage: StoreRef,
135 strategy: BucketStrategy,
136}
137
138impl EdgeCountMap {
139 pub fn hit_counts(vm: &mut Vm, config: &FuzzConfig) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected