Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 578905632
  • Loading branch information
ussuri authored and copybara-github committed Nov 3, 2023
1 parent 7242af3 commit e8b0ac8
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions centipede/seed_corpus_maker_lib.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,12 @@ void WriteSeedCorpusElementsToDestination( //

// Reads and samples seed corpus elements from all the sources and writes the
// results to the destination, as defined in `config_spec`. `config_spec` can be
// either a textproto file (local or CNS) with
// `silifuzz.ccmp.SeedCorpusConfig` proto or a verbatim
// `silifuzz.ccmp.SeedCorpusConfig` string. The paths and globs in the proto
// can be relative paths: in that case, they are resolved to absolute using
// either the file's parent dir (if `config_spec` is a file) or the current dir
// (if `config_spec` is a verbatim string) as the base dir.
// If `override_out_dir` is non-empty, it overrides `destination.dir_path`
// either a `silifuzz.ccmp.SeedCorpusConfig` textproto file (local or remote) or
// a verbatim `silifuzz.ccmp.SeedCorpusConfig` string. The paths and globs in
// the proto can be relative paths: in that case, they are resolved to absolute
// using either the file's parent dir (if `config_spec` is a file) or the
// current dir (if `config_spec` is a verbatim string) as the base dir. If
// `override_out_dir` is non-empty, it overrides `destination.dir_path`
// specified in `config_spec`.
void GenerateSeedCorpusFromConfig( //
std::string_view config_spec, //
Expand Down

0 comments on commit e8b0ac8

Please sign in to comment.