Skip to main content

compiled_pattern_count

Function compiled_pattern_count 

Source
pub fn compiled_pattern_count() -> usize
Expand description

Number of built-in patterns whose regex compiled. Pinned equal to SECRET_PATTERNS.len() by the test suite so a broken expression cannot silently disable a pattern.