pub fn get_corpus_type(seed: bool) -> Corpus
Expand description

Returns which type of corpus is represented by the fuchsia.fuzzer.Corpus enum.

A seed corpus is immutable. A fuzzer can add or modify inputs in its live corpus.