You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Initialize initializes the in-memory corpus state but does not actually replay any of the sequences stored in the corpus.
187
189
// It seeds coverage information from the post-setup chain while enqueueing all persisted sequences for execution. The fuzzer workers
188
-
// will concurrently all the sequences stored in the corpus and then the onComplete hook is invoked to notify the fuzzer that the corpus has been initialized.
189
-
// Returns an error if seeding fails.
190
+
// will concurrently execute all the sequences stored in the corpus and then the onComplete hook is invoked to notify the fuzzer that
191
+
// the corpus has been initialized. Returns an error if seeding fails.
0 commit comments