pub fn make_corpus(
    target: FuzzTarget,
    num_items: usize,
    corpus_dir: &Path,
    debug: bool
) -> Result<usize>
Expand description

Generates data for this fuzz target into the output directory. Returns the number of items generated.

The corpus directory should be present at the time this method is called.