Skip to main content

matches_all_patterns

Function matches_all_patterns 

Source
pub fn matches_all_patterns(job_tags: &[String], patterns: &[String]) -> bool
Expand description

Check whether a job’s tags satisfy all filter patterns (logical AND).

Returns true when every pattern matches at least one tag in job_tags.