pub type BranchToFeatureMap = HashMap<Branch, UniqueFeatureIndex>;
Expand description
A map for translating encountered branching logic to features for fuzzing
Aliased Typeยง
struct BranchToFeatureMap { /* private fields */ }
pub type BranchToFeatureMap = HashMap<Branch, UniqueFeatureIndex>;
A map for translating encountered branching logic to features for fuzzing
struct BranchToFeatureMap { /* private fields */ }