pub fn compiled_pattern_count() -> usize
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.
SECRET_PATTERNS.len()