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

Method enable_canary

hail-fuzz/src/debugging/check.rs:135–137  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

133impl DebugConfig {
134 #[allow(unused)]
135 pub fn enable_canary() -> Self {
136 Self { canary: true, output: None, colorize: false }
137 }
138
139 pub fn new_with_output<W>(canary: bool, output: W, colorize: bool) -> Self
140 where

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected