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

Class DebugConfig

hail-fuzz/src/debugging/check.rs:127–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125
126#[derive(Clone)]
127pub struct DebugConfig {
128 canary: bool,
129 output: Option<std::sync::Arc<std::sync::Mutex<Box<dyn std::io::Write>>>>,
130 colorize: bool,
131}
132
133impl DebugConfig {
134 #[allow(unused)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected