MCPcopy Create free account
hub / github.com/MultiFuzz/MultiFuzz / FuzzMode

Enum FuzzMode

icicle-cortexm/src/config.rs:361–364  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

359#[derive(Debug, Clone, Serialize, Deserialize)]
360#[serde(rename_all = "snake_case")]
361pub enum FuzzMode {
362 Fuzzed,
363 RoundRobin,
364}
365
366impl std::fmt::Display for FuzzMode {
367 fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected