xtask_fuzz

Function is_repro

Source
pub fn is_repro() -> bool
Expand description

Check if the XTASK_FUZZ_REPRO env var was set.

Caches result in a global static, to avoid redundant lookups.